getUsersOfUserGroup()
Home > @gooddata/sdk-backend-spi > IOrganizationUserService > getUsersOfUserGroup
IOrganizationUserService.getUsersOfUserGroup() 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 users assigned to the user group.
Signature:
getUsersOfUserGroup(userGroupId: string): Promise<IUser[]>;
Parameters
Parameter | Type | Description |
---|---|---|
userGroupId | string | ID of the user group. |
Returns:
Promise<IUser[]>
promise