A User represents an account created within Manatal.
{
"id": Integer,
"email": String,
"full_name": String,
"display_name": String,
"phone_number": String,
"picture": String // URL to the resource
}
Please refer to the API References for more details regarding the Users API.