User
Example
{
"customIdentifier": null,
"email": "john@dow.com",
"id": "fc2481f6-28a4-4ca7-849a-344fd6ab1b20",
"image": null,
"isBot": false,
"name": "John",
"status": "client"
}Fields
Field
Type
Comments
customIdentifier
string
Custom identifier value, if the user was identified by a custom identifier. null otherwise
string
User email address
id
Guid
User unique id
image
string
User avatar url
isBot
boolean
If true, it shows that the user is a bot
name
string
User name
Last updated
Was this helpful?