Create or update role assignment
PUT/v1/tenants/:tenant/role-assignments/:name
Replaces all role assignments for the specified group within the workspace. At least one role must be assigned. Note: Role assignments can be created with an empty role array, which effectively removes all roles from the group while maintaining the role assignment record.
Request
Responses
- 200
- 201
- 400
- 401
- 403
- 404
- 409
- 412
- 422
- 500
Role Assignment successfully updated, doesn't indicate successful resource provisioning.
Role Assignment successfully created, doesn't indicate successful resource provisioning.
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Precondition Failed
Unprocessable Entity
Internal Server Error