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