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

    accEntQuery string
    accountQuery string
    endpoint string
    entQuery string
    entitlementType string
    entitlement_value string
    max string
    offset string
    userQuery string
    username string

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 [

  • accountdisplayname string
    accountkey number
    accountname string
    accountstatus string
    endpointDisplayname string
    endpointkey number
    endpointname string
    entdescription stringnull
    entdisplayname stringnull
    entitlementType string
    entitlementTypeDisplayname string
    entitlementTypeRequestForm string
    entitlementTypekey number
    entitlement_value string
    entitlement_valuekey number
    entstatus number
    securitysystemdisplayname string
    securitysystemkey number
    systemname string
    userkey number
    username string
    userstatus number
  • ]

  • displayCount number
    errorCode string
    msg string
    totalCount number
Loading...