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