Get Users
GET
GET
http://api.atzcrm.com/v1/usersRetrieve the details of all users.
Request
GET
GET /v1/users
Headers
- Authorization: Bearer your_access_token
Response
200
Body
- id
integer
Example: 1
- first_name
string
Example: Anjali
- last_name
string
Example: Kotwani
- email
string
Example: "anjali@gmail.com"
- contact_number
string
Example: "65457886"
- avatar
string
401
Body
- unauthorised
Response Example
{
"id": 1,
"first_name": "Rohan",
"last_name": "Sharma",
"email": "Rohan@abc.com",
"contact_number": null,
"avatar": null
}