Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of users documents that matched your query. |
users | array | List of users. Can be one of: |
Example
JSON
{
"total": 5,
"users": [
{
"$id": "5e5ea5c16897e",
"$createdAt": 1592981250,
"$updatedAt": 1592981250,
"name": "John Doe",
"registration": 1592981250,
"status": true,
"passwordUpdate": 1592981250,
"email": "john@appwrite.io",
"phone": "+4930901820",
"emailVerification": true,
"phoneVerification": true,
"prefs": {}
}
]
}
JSON
{
"total": 5,
"users": [
{
"_id": "5e5ea5c16897e",
"_createdAt": 1592981250,
"_updatedAt": 1592981250,
"name": "John Doe",
"registration": 1592981250,
"status": true,
"passwordUpdate": 1592981250,
"email": "john@appwrite.io",
"phone": "+4930901820",
"emailVerification": true,
"phoneVerification": true,
"prefs": {}
}
]
}