/roles/{roleId}
Mount Point: /service/local/roles/{roleId}
The following operations are supported on this resource:
GET
Returns the request security role.
Parameters
name | description | type | default |
---|---|---|---|
roleId | Id of the role. | path |
Response Body
element: | role-response |
media types: | application/xml application/json |
(no documentation provided)
PUT
Updates and returns a security role.
Parameters
name | description | type | default |
---|---|---|---|
roleId | Id of the role to be updated. | path |
Request Body
element: | role-request |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | roles-list |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Removes a security role.
Parameters
name | description | type | default |
---|---|---|---|
roleId | Id of the role to be removed. | path |