getUsersByEmail()
Home > @gooddata/sdk-backend-spi > IOrganizationUserService > getUsersByEmail
IOrganizationUserService.getUsersByEmail() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get user by email.
Signature:
getUsersByEmail(email: string): Promise<IUser[]>;
Parameters
Parameter | Type | Description |
---|---|---|
string | email of the user. |
Returns:
Promise<IUser[]>
promise of array of users