User

Example

{
    "email": "john@dow.com",
    "id": "fc2481f6-28a4-4ca7-849a-344fd6ab1b20",
    "image": null,
    "isBot": false,
    "name": "John",
    "status": "client"
}

Fields

FieldTypeComments

email

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

status

User status enumeration

User status in a SocialBoards system

Last updated