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