Create a role for an application
POST/nevisidm/api/core/v1/applications/:extId/roles
Since: 2.74.0
Required permission(s): AccessControl.ApplicationView,AccessControl.RoleCreate
Creates a new role for the application with the given external ID.
The role name must be unique within the application and conform to the configured identifier naming policy. If no external ID is provided for the role, one is generated automatically.
Request
Responses
- 201
- 403
- 404
- 422
Role created successfully
Response Headers
Location
URL of the created resource
Insufficient permissions
Referenced resource not found
Invalid request parameters