Retrieve a principal information

Retrieve the security information of an existing principal based on its identifier

Path parameters
identifier
string required

The identifier of the principal to retrieve information of

Responses
  • 200 The principal information
    id
    string (Internal ID) required

    Object internal ID

    identifier
    string required

    The identifier of the principal

    creationDate
    string required

    The creation date of the principal

    lastModification
    string required

    The last modification date of the principal

    permissions
    array of objects | null (Permission)

    The permissions of the principal

    roles
    array of string | null

    The roles of the principal

    lastAuthentication
    string

    The last authentication date of the principal

  • 401 Authentication error
  • 403 Forbidden action
  • 404 Principal Info not found
  • 500 Unexpected internal server error