Create an enterprise role
POST/nevisidm/api/core/v1/:clientExtId/eroles
Since: 2.75.2, 2.76.0
Required permission(s): AccessControl.EnterpriseRoleCreate
Creates a new enterprise role for the client with the given external ID.
If no external ID is provided, one is generated automatically. The enterprise role name must be unique within the client and conform to the configured identifier naming policy. The newly created enterprise role is empty and has no roles assigned.
Request
Responses
- 201
- 403
- 404
- 422
Enterprise role created successfully
Response Headers
Location
URL of the created resource
Insufficient permissions
Referenced resource not found
Invalid request parameters