Skip to main content

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

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

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

Schema

    displayCountnumber
    Example: 1
    errorCodestring
    Example: 0
    msgstring
    Example: Successful

    roleDetails

    object[]

  • Array [

  • 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