/role
Internal Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
|---|---|---|---|
| POST /role/authorization_query | Query the current list of explicit authorizations. | Available | |
| POST /role/{id}/authorization | Grant the specified authorizations to the specified role. | Available | |
| POST /role/{id}/authorization/bulk_revoke | Revoke the specified authorizations from the specified role. | Available |
v1 Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
|---|---|---|---|
| GET /role | Get a list of role information for all roles in the specified organization. | Available | |
| POST /role | Create a new role in the current organization. | Available | |
| GET /role/{id} | Get role information for the role with the specified ID. | Available | |
| PATCH /role/{id} | Update the role information for the specified role. | Available | |
| DELETE /role/{id} | Delete the role with the specified ID. | Available |