UserIdentityDetailsResponse object

Example JSON representation

{
  "data": {
    "email": "string",
    "environments": [
      {
        "accountId": 1,
        "id": 1,
        "name": "string"
      }
    ],
    "fullName": "string",
    "id": 1
  },
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
UserIdentity object
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object