docs/classes/management.SDK.MembersClient-2.html
new MembersClient(options: BaseClientOptions): MembersClient
list(
id: string,
role_id: string,
request?: ListOrganizationRoleMembersRequestParameters,
requestOptions?: MembersClient.RequestOptions,
): Promise<Page<RoleMember, ListOrganizationRoleMembersResponseContent>>
List the organization members assigned a specific role within the context of an organization.
ID of the organization.
ID of the role to retrieve the assigned members for.
OptionalrequestOptions: MembersClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.organizations.roles.members.list("id", "role_id", { from: "from", take: 1, fields: "fields", include_fields: true })Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods list Properties _options