CustomerFacingUserObject

CustomerFacingUserObject
CustomerFacingUserObject
JSON Example
{
    "unitedRoles": [
        "string"
    ],
    "unitedPermissions": [
        "string"
    ],
    "userGroups": [
        "string"
    ],
    "id": "string",
    "identifier": "string",
    "groups": [
        "string"
    ],
    "customer": "string",
    "lastSuccessfulLogin": 0,
    "escapedIdentifier": "string",
    "gravatarUrl": "string",
    "self": false
}
array of string
unitedRoles
Optional

The list of account's roles assigned directly or through user groups assigned to it

array of string
unitedPermissions
Optional

The list of account's permissions assigned directly or through united roles assigned to it

array of string
userGroups
Optional

List of user group identifiers this user belongs to

string
id
Required

The unique identifier of this user, which should be their valid email address

string
identifier
Required

The unique identifier of this user, which should be their valid email address

array of string
groups
Optional

List of permission groups this user has been granted access to

string
customer
Required

The id of the customer to which the user belongs

integer As int64 As int64
lastSuccessfulLogin
Optional

The last time the user logged in, in epoch milliseconds

string
escapedIdentifier
Optional

URL Escaped Identifier

string
gravatarUrl
Optional

URL id For User's gravatar (see gravatar.com), if one exists.

boolean
self
Required

Whether this user is the one calling the API