Organizations-4
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
PATCH | |
DELETE | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
DELETE |
Update proxy records
Required API key scopes
organization:write
Path parameters
- idstring
- organization_idstring
Request parameters
- domainstring
Response
Example request
PATCH
/api /organizations /:organization_id /proxy_records /:id
Example response
Status 200
RESPONSE
Delete proxy records
Required API key scopes
organization:write
Path parameters
- idstring
- organization_idstring
Example request
DELETE
/api /organizations /:organization_id /proxy_records /:id
Example response
Status 204 No response body
List all roles
Required API key scopes
organization:read
Path parameters
- organization_idstring
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Example request
GET
/api /organizations /:organization_id /roles
Example response
Status 200
RESPONSE
Create roles
Required API key scopes
organization:write
Path parameters
- organization_idstring
Request parameters
- namestring
- feature_flags_access_level
Response
Example request
POST
/api /organizations /:organization_id /roles
Example response
Status 201
RESPONSE
Retrieve roles
Required API key scopes
organization:read
Path parameters
- idstring
A UUID string identifying this role.
- organization_idstring
Response
Example request
GET
/api /organizations /:organization_id /roles /:id
Example response
Status 200
RESPONSE
Update roles
Required API key scopes
organization:write
Path parameters
- idstring
A UUID string identifying this role.
- organization_idstring
Request parameters
- namestring
- feature_flags_access_level
Response
Example request
PATCH
/api /organizations /:organization_id /roles /:id
Example response
Status 200
RESPONSE
Delete roles
Required API key scopes
organization:write
Path parameters
- idstring
A UUID string identifying this role.
- organization_idstring
Example request
DELETE
/api /organizations /:organization_id /roles /:id
Example response
Status 204 No response body
List all roles role memberships
Required API key scopes
organization:read
Path parameters
- organization_idstring
- role_idstring
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Example request
GET
/api /organizations /:organization_id /roles /:role_id /role_memberships
Example response
Status 200
RESPONSE
Create roles role memberships
Required API key scopes
organization:write
Path parameters
- organization_idstring
- role_idstring
Request parameters
- user_uuidstring
Response
Example request
POST
/api /organizations /:organization_id /roles /:role_id /role_memberships
Example response
Status 201
RESPONSE
Delete roles role memberships
Required API key scopes
organization:write
Path parameters
- idstring
A UUID string identifying this role membership.
- organization_idstring
- role_idstring
Example request
DELETE
/api /organizations /:organization_id /roles /:role_id /role_memberships /:id