docs/classes/management.SDK.EffectiveRolesClient.html
get sources(): SourcesClient
new EffectiveRolesClient(options: BaseClientOptions): EffectiveRolesClient
list(
id: string,
user_id: string,
request?: ListOrganizationMemberEffectiveRolesRequestParameters,
requestOptions?: EffectiveRolesClient.RequestOptions,
): Promise<
Page<
OrganizationMemberEffectiveRole,
ListOrganizationMemberEffectiveRolesResponseContent,
>,
>
Lists the roles assigned to an organization member directly or through group membership.
Organization identifier.
ID of the user to list effective roles for.
OptionalrequestOptions: EffectiveRolesClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.organizations.members.effectiveRoles.list("id", "user_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