docs/classes/management.SDK.GroupsClient-4.html
new GroupsClient(options: BaseClientOptions): GroupsClient
list(
id: string,
request: ListUserRoleSourceGroupsRequestParameters,
requestOptions?: GroupsClient.RequestOptions,
): Promise<Page<Group, ListUserRoleSourceGroupsResponseContent>>
Lists the groups that grant a user a specific role.
ID of the user to list role source groups for.
OptionalrequestOptions: GroupsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.users.effectiveRoles.sources.groups.list("id", { role_id: "role_id", from: "from", take: 1 })Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods list Properties _options