docs/classes/management.SDK.EffectiveRolesClient-1.html
get sources(): SourcesClient
new EffectiveRolesClient(options: BaseClientOptions): EffectiveRolesClient
list(
id: string,
request?: ListUserEffectiveRolesRequestParameters,
requestOptions?: EffectiveRolesClient.RequestOptions,
): Promise<Page<UserEffectiveRole, ListUserEffectiveRolesResponseContent>>
Retrieve detailed list of effective roles for a user, including roles assigned directly and through group memberships.
ID of the user to list effective roles for.
OptionalrequestOptions: EffectiveRolesClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.users.effectiveRoles.list("id", { from: "from", take: 1 })Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Protected_sources_sources: SourcesClient | undefined
Member Visibility
ThemeOSLightDark
Accessors sources Constructors constructor Methods list Properties _options_sources