Skip to main content
Get Users
GET
GET
http://api.atzcrm.com/v1/users

Retrieve the details of all users.

Request

GET

GET /v1/users

Headers

  • Authorization: Bearer your_access_token

Response

200

Body

  • idinteger

    Example: 1

  • first_namestring

    Example: Anjali

  • last_namestring

    Example: Kotwani

  • emailstring

    Example: "anjali@gmail.com"

  • contact_numberstring

    Example: "65457886"

  • avatarstring
401

Body

  • unauthorised

Response Example

{
"id": 1,
"first_name": "Rohan",
"last_name": "Sharma",
"email": "Rohan@abc.com",
"contact_number": null,
"avatar": null
}