The user object¶
Attributes¶
idinteger
The user identifier.
namestring
The name of the user.
roleenum
The role of the user can be owner, admin or follower.
emailstring
The email address of the user.
Example¶
{
"id": 1,
"name": "John Doe",
"email": "[email protected]"
"role": "owner"
}