Contains information about a user.
| Property name | Property type | Description |
|---|---|---|
id | String | Unique identifier of a user. |
name | String | Name of the user. |
type | String | Indicates the type of object returned. In this case, type returns user. |
{
"id": "3074457353169356249",
"name": "John Smith",
"type": "user"
}