User Object
Properties
| Name | Type | Description |
| $id | string | User ID. |
| name | string | User name. |
| registration | integer | User registration date in Unix timestamp. |
| status | boolean | User status. Pass |
| passwordUpdate | integer | Unix timestamp of the most recent password update |
| string | User email address. | |
| emailVerification | boolean | Email verification status. |
| prefs | preferences | User preferences as a key-value object |
Examples
JSON
{
"$id": "5e5ea5c16897e",
"name": "John Doe",
"registration": 1592981250,
"status": true,
"passwordUpdate": 1592981250,
"email": "john@appwrite.io",
"emailVerification": true,
"prefs": {}
}