Users List Object
Properties
Name | Type | Description |
total | integer | Total number of users documents that matched your query. |
users | user[] | List of users. |
Examples
JSON
{
"total": 5,
"users": {
"$id": "5e5ea5c16897e",
"name": "John Doe",
"registration": 1592981250,
"status": true,
"passwordUpdate": 1592981250,
"email": "john@appwrite.io",
"emailVerification": true,
"prefs": {}
}
}