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

    max string
    offset string
    roleQuery string
    roleUserAccQuery string
    rolename string
    roletype string
    userQuery string
    username string

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

    displayCount number
    errorCode string
    msg string

    roleDetails

    object[]

  • Array [

  • roledescription string
    roledisplayname string
    rolekey number
    rolename string
    rolestatus number
    roletype number
    userkey number
    username string
    userstatus number
  • ]

  • totalCount number
Loading...