UserIdentity object

Example JSON representation

{
  "email": "string",
  "environments": [
    {
      "accountId": 1,
      "id": 1,
      "name": "string"
    }
  ],
  "fullName": "string",
  "id": 1
}

Properties

property attributes valid values description filter option
email
string
read-only

Email address of an user

environments
Array of EnvironmentIdentity objects
read-only

List of the Environments to which the current user has access.

fullName
string
read-only

User's full name.

id
integer
read-only

Unique identifier for an User.