Get All Users
Users
Get All Users
Only Supervisors and Administrtors can access this route
Response object is expected to be like this:
JSON
{
"success": true,
"data": [
{
"_id": "",
"username": "",
"email": "",
"phoneNumber": "",
"accessLevel": "",
"active": ,
"fullName": ""
},
]
}
Query Params
- search: regex search for user full name
GET
Get All Users
Documentation Index
Fetch the complete documentation index at: https://docs.anabosi.com/llms.txt
Use this file to discover all available pages before exploring further.