Skip to main content

Get Flat Response Entitlement Details For User

GET 

/getEntDetailsforUsers

This API call can be used to get a flat response consisting of user details, account details, and details of all the entitlements 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: username, entitlementType, entitlement_value, endpoint, userQuery, accountQuery, entQuery, accEntQuery, max(default - 100), offset(default - 0)

Request

Body

    accEntQuerystring
    Example: accEnt.updatedate > '2000-11-07 00:00:00'
    accountQuerystring
    Example: account.name like '%245947%'
    endpointstring
    Example: AWS
    entQuerystring
    Example: ent.entitlement_value like '%arn:aws:iam::%'
    entitlementTypestring
    Example: AWSPolicy
    entitlement_valuestring
    Example: arn:aws:iam::661222050851:policy/CrossPolicy2
    maxstring
    Example: 1
    offsetstring
    Example: 0
    userQuerystring
    Example: user.username like '%245947%'
    usernamestring
    Example: 245947

Responses

Get Entitlement 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

    accessDetails

    object[]

  • Array [

  • accountdisplaynamestring
    Example: 245947
    accountkeynumber
    Example: 3684
    accountnamestring
    Example: 245947
    accountstatusstring
    Example: Manually Suspended
    endpointDisplaynamestring
    Example: AWS
    endpointkeynumber
    Example: 1
    endpointnamestring
    Example: AWS
    entdescriptionstring | nullnullable
    Example: null
    entdisplaynamestring | nullnullable
    Example: null
    entitlementTypestring
    Example: AWSPolicy
    entitlementTypeDisplaynamestring
    Example: AWSPolicy
    entitlementTypeRequestFormstring
    Example: Request Form Table
    entitlementTypekeynumber
    Example: 59
    entitlement_valuestring
    Example: arn:aws:iam::661222050851:policy/CrossPolicy2
    entitlement_valuekeynumber
    Example: 194098
    entstatusnumber
    Example: 1
    securitysystemdisplaynamestring
    Example: AWS
    securitysystemkeynumber
    Example: 1
    systemnamestring
    Example: AWS
    userkeynumber
    Example: 2511
    usernamestring
    Example: 245947
    userstatusnumber
    Example: 1
  • ]

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