Organizations-2
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
DELETE | |
GET | |
POST | |
DELETE |
Delete proxy records
Required API key scopes
organization:writePath parameters
- idstring
- organization_idstring
Example request
DELETE /api /organizations /:organization_id /proxy_records /:idExample response
Status 204 No response body
List all roles role memberships
Required API key scopes
organization:readPath parameters
- organization_idstring
- role_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizations /:organization_id /roles /:role_id /role_membershipsExample response
Status 200
RESPONSE
Create roles role memberships
Required API key scopes
organization:writePath parameters
- organization_idstring
- role_idstring
Request parameters
- user_uuidstring
Response
Example request
POST /api /organizations /:organization_id /roles /:role_id /role_membershipsExample response
Status 201
RESPONSE
Delete roles role memberships
Required API key scopes
organization:writePath parameters
- idstring
- organization_idstring
- role_idstring
Example request
DELETE /api /organizations /:organization_id /roles /:role_id /role_memberships /:id