getUser()
Home > @gooddata/sdk-backend-spi > IOrganizationUserService > getUser
IOrganizationUserService.getUser() 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 ID.
Signature:
getUser(id: string): Promise<IUser | undefined>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| id | string | ID of the user. | 
Returns:
Promise<IUser | undefined>
promise