Get Flat Response Role Details For User
GET/getRoleDetailsforUsers
This API call can be used to get a flat response consisting of user details and details of all the roles the user has access to.
This API will return only the entitlement attributes which are not null or not empty.
The Authorization
must have Bearer
followed by Token
.
Optional params:
rolename
, roletype
, username
, userQuery
, roleQuery
, roleUserAccQuery
, max
(default - 100), offset
(default - 0)
Request
- application/json
Body
maxstring
Example:
1
offsetstring
Example:
0
roleQuerystring
Example:
role.role_name like '%Content Administrator%'
roleUserAccQuerystring
Example:
roleUserAcc.updatedate > '2000-09-17 00:00:00'
rolenamestring
Example:
Content Administrator:661222050851
roletypestring
Example:
FIREFIGHTER
userQuerystring
Example:
user.id='27'
usernamestring
Example:
U020966
Responses
- 200
Get Role Details For User - Flat response
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Get Role Details For User - Flat response
Schema
Array [
]
displayCountnumber
Example:
1
errorCodestring
Example:
0
msgstring
Example:
Successful
roleDetails
object[]
roledescriptionstring
Example:
Privileged access designed for content owners who need full access to CloudFront, S3, Glacier, Kinesis Firehose, App Streams and Cloud Search.
roledisplaynamestring
Example:
Content Administrator
rolekeynumber
Example:
3
rolenamestring
Example:
Content Administrator:661222050851
rolestatusnumber
Example:
1
roletypenumber
Example:
3
userkeynumber
Example:
27
usernamestring
Example:
U020966
userstatusnumber
Example:
1
totalCountnumber
Example:
1
{
"displayCount": 1,
"errorCode": "0",
"msg": "Successful",
"roleDetails": [
{
"roledescription": "Privileged access designed for content owners who need full access to CloudFront, S3, Glacier, Kinesis Firehose, App Streams and Cloud Search.",
"roledisplayname": "Content Administrator",
"rolekey": 3,
"rolename": "Content Administrator:661222050851",
"rolestatus": 1,
"roletype": 3,
"userkey": 27,
"username": "U020966",
"userstatus": 1
}
],
"totalCount": 1
}
{
"displayCount": 1,
"errorCode": "0",
"msg": "Successful",
"roleDetails": [
{
"roledescription": "Privileged access designed for content owners who need full access to CloudFront, S3, Glacier, Kinesis Firehose, App Streams and Cloud Search.",
"roledisplayname": "Content Administrator",
"rolekey": 3,
"rolename": "Content Administrator:661222050851",
"rolestatus": 1,
"roletype": 3,
"userkey": 27,
"username": "U020966",
"userstatus": 1
}
],
"totalCount": 1
}