User information

Contains information about a user.

Property nameProperty typeDescription
idStringUnique identifier of a user.
nameStringName of the user.
typeStringIndicates the type of object returned. In this case, type returns user.
{
    "id": "3074457353169356249",
    "name": "John Smith",
    "type": "user"
}