Skip to main content
GET
List the groups assigned to a role in the context of an organization

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

organization_id
string<organization-id>
requis

ID of the organization.

role_id
string<role-id>
requis

ID of the role.

Paramètres de requête

from
string

Optional Id from which to start selection.

take
integer
défaut:50

Number of results per page. Defaults to 50.

Plage requise: 1 <= x <= 100

Réponse

Organization role groups successfully retrieved.

Checkpoint paginated list of groups assigned to a role within an organization.

groups
object[]
requis
next
string

A cursor to be used as the "from" query parameter for the next page of results.