Use this API call to get a list of the users and their contact information from Shape
To a list of system users from Shape, send an authorized GET request to https://secure-api.setshape.com/api/get/users
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.”
Find your authorization code in the API Integrations page in your system settings: https://secure.setshape.com/integrations
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"
"departments": "Loan Originator: depursLi, Administrator: depursAi"
},
{
"id": 10,
"firstname": "Jane",
"lastname": "Doe",
"email": "janedoe@setshape.com",
"phone": "4444444444"
"departments": "Loan Originator: depursLi, Administrator: depursAi"
},
{
"id": 13,
"firstname": "Mike",
"lastname": "Smith",
"email": "mikesmith@setshape.com",
"phone": "3333333333"
"departments": "Loan Originator: depursLi, Administrator: depursAi"
},
]
}
Changing templates will take time and may require a template change fee.
Not sure what to choose? Contact us.