List users
Returns a list of all users

https://api.oauth.pabau.com/{api_key}/users
Request
Response sample
application/json
{
"success": true,
"total": 2,
"users": [
{
"id": 1,
"username": "user@pabau.com",
"full_name": "Dr Pabau",
"job_title": "Manager",
"assigned_services": [
1234567,
1234658
],
"assigned_locations": [
12345,
12346
],
"bio": "Bio for the user"
}
]
}