Update an enterprise role
PATCH/nevisidm/api/core/v1/:clientExtId/eroles/:extId
Since: 2.75.2, 2.76.0
Required permission(s): AccessControl.EnterpriseRoleView,AccessControl.EnterpriseRoleModify
Partially updates the enterprise role with the given external ID within the specified client. Only provided fields will be updated. Fields not included in the request body remain unchanged.
The name, description, and language-dependent display names can be modified. The external ID cannot be changed after creation.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Enterprise role updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters