Groups
List groups
GET/organization/groups
Create group
POST/organization/groups
Retrieve group
GET/organization/groups/{group_id}
Update group
POST/organization/groups/{group_id}
Delete group
DELETE/organization/groups/{group_id}
ModelsExpand Collapse
GroupsUsers
List group users
GET/organization/groups/{group_id}/users
Add group user
POST/organization/groups/{group_id}/users
Retrieve group user
GET/organization/groups/{group_id}/users/{user_id}
Remove group user
DELETE/organization/groups/{group_id}/users/{user_id}
GroupsRoles
List group organization role assignments
GET/organization/groups/{group_id}/roles
Assign organization role to group
POST/organization/groups/{group_id}/roles
Retrieve group organization role
GET/organization/groups/{group_id}/roles/{role_id}
Unassign organization role from group
DELETE/organization/groups/{group_id}/roles/{role_id}
ModelsExpand Collapse
RoleRetrieveResponse object { id, assignment_sources, created_at, 9 more } Detailed information about a role assignment entry returned when listing assignments.
RoleRetrieveResponse object { id, assignment_sources, created_at, 9 more }
Detailed information about a role assignment entry returned when listing assignments.