Retrieve the list of groups assigned to a role in the context of an organization.
ID of the organization.
ID of the role.
Optional
Request-specific configuration.
Management.BadRequestError
Management.UnauthorizedError
Management.ForbiddenError
Management.NotFoundError
Management.TooManyRequestsError
await client.organizations.roles.groups.list("organization_id", "role_id", { from: "from", take: 1 }) Copy
await client.organizations.roles.groups.list("organization_id", "role_id", { from: "from", take: 1 })
Protected
Readonly
Retrieve the list of groups assigned to a role in the context of an organization.