Retrieve Users

Use this API call to get a list of the users and their contact information from Shape

GET /get/users

To a list of system users from Shape, send an authorized GET request to https://secure-api.setshape.com/api/get/users

Request Header

The authentication token must be passed in the request header for every API request. You can find and generate your authentication token in your system settings page under “API Integrations.”

Response

Upon success, the server returns HTTP codes and messages in the header with some additional elements and properties that are set by the server, such as id.

{
    "message": "Users fetched successfully.",
    "users": [
        {
            "id": 4,
            "firstname": "John",
            "lastname": "Doe",
            "email": "johndoe@setshape.com",
            "phone": "5555555555"
        },
        {
            "id": 10,
            "firstname": "Jane",
            "lastname": "Doe",
            "email": "janedoe@setshape.com",
            "phone": "4444444444"
        },
        {
            "id": 13,
            "firstname": "Mike",
            "lastname": "Smith",
            "email": "mikesmith@setshape.com",
            "phone": "3333333333"
        },
          ]
}

Get in Touch

Our team of experts are here to help! Call our sales line at (888) 762-7211

Download

Contact Sales