Skip to main content

Fetch Attestation Account Entitlement Details

POST 

/fetchAttAccEntDetails

This API call can be used to get the details, status, and keys for accounts and entitlements within user manager attestation.

The Authorization must have Bearer followed by Token.

Mandatory params:
id - attestation id

Request

Body

    id string

Responses

Fetch Attestation Account Entitlement Details

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    accentdetails

    object

    id number

    users

    object[]

  • Array [

  • accounts

    object[]

  • Array [

  • accountattkey number
    accountname string
    certified string
    comments string
    endpoint string

    entitlements

    object[]

  • Array [

  • entattkey number
    entcertified string
    entcomments string
    entcriticality string
    entname string
    enttype string
  • ]

  • entitlementscount number
  • ]

  • accountscount number
    employeeattuserkey number
    employeeusername string
    firstname string
    lastname string
  • ]

  • userscount number
    errorCode string
    msg string
Loading...