docs/classes/management.SDK.GroupsClient-1.html
get roles(): RolesClient
new GroupsClient(options: BaseClientOptions): GroupsClient
list(
organization_id: string,
request?: ListOrganizationGroupsRequestParameters,
requestOptions?: GroupsClient.RequestOptions,
): Promise<Page<Group, ListOrganizationGroupsResponseContent>>
Lists the groups that are assigned to the specified organization.
ID of the organization
OptionalrequestOptions: GroupsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.organizations.groups.list("organization_id", { from: "from", take: 1 })Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Protected_roles_roles: RolesClient | undefined
Member Visibility
ThemeOSLightDark
Accessors roles Constructors constructor Methods list Properties _options_roles