Organizations-4
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Delete roles
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this role. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
List all roles role memberships
Required API key scopes
organization:readPath parameters
- organization_idstring
- role_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
RESPONSE
Create roles role memberships
Required API key scopes
organization:writePath parameters
- organization_idstring
- role_idstring
Request parameters
- user_uuidstring
Response
Request
POST 
Response
Status 201
RESPONSE
Delete roles role memberships
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this role membership. 
- organization_idstring
- role_idstring
Request
DELETE