Zone Roles
Create role
Creates a new customer-owned role in the specified zone. The owner_type is always customer; platform roles are managed by Keycard.
post/zones/{zoneId}/roles
Path parameters
zoneIdstring required
Zone ID
Request body
Response
A role that can be assigned to users within a zone.
Changes
Changed in 2 of the 23 revisions of this API.14
- ▲
added the pattern
^[a-z0-9]+(?:[-_][a-z0-9]+)*$to the request propertyidentifierrequest-property-pattern-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
the
identifierresponse's property pattern^[a-z0-9]+(?:[-_][a-z0-9]+)*$was added for the status201response-property-pattern-added
- ▲
- ○
endpoint added
endpoint-added
- ○