get https://{hostname}/identity-management/v3/user-admin/roles/
This operation retrieves a role's details.
Response
This operation retrieves a role's details.
xxxxxxxxxx
curl --request GET \
--url https://hostname/identity-management/v3/user-admin/roles/roleId \
--header 'accept: application/json'
xxxxxxxxxx
39}
{
"actions": {
"delete": false,
"edit": false
},
"createdBy": "afero@example.com",
"createdDate": "2017-07-27T18:11:25.000Z",
"grantedRoles": [
{
"grantedRoleDescription": "Security View Only",
"grantedRoleId": 12345,
"grantedRoleName": "SecurityViewOnly"
}
],
"modifiedBy": "asingh@example.com",
"modifiedDate": "2017-07-27T18:11:25.000Z",
"roleDescription": "This role will allow you to look at the security reports",
"roleId": 123456,
"roleName": "Security View Only",
"type": "custom",
"users": [
{
"accountId": "A-CCT9012",
"email": "jsmith@example.com",
"firstName": "John",