CustomerFacingUserObject
{
"unitedRoles": [
"string"
],
"unitedPermissions": [
"string"
],
"userGroups": [
"string"
],
"id": "string",
"identifier": "string",
"groups": [
"string"
],
"customer": "string",
"lastSuccessfulLogin": 0,
"escapedIdentifier": "string",
"gravatarUrl": "string",
"self": false
}
The list of account's roles assigned directly or through user groups assigned to it
The list of account's permissions assigned directly or through united roles assigned to it
List of user group identifiers this user belongs to
The unique identifier of this user, which should be their valid email address
The unique identifier of this user, which should be their valid email address
List of permission groups this user has been granted access to
The id of the customer to which the user belongs
The last time the user logged in, in epoch milliseconds
URL Escaped Identifier
URL id For User's gravatar (see gravatar.com), if one exists.
Whether this user is the one calling the API