Return the account’s users, including account-configured Marketing Profile properties.
GEThttps://secure-api.setshape.com/api/get/users/{crmid}
Replace
{crmid} with your Shape system ID — found on the API Integrations page. Every request also needs your auth header — see Using Shape APIs.The response includes
departments and additional account-configured Marketing Profile properties. Property names match the configured titles exactly and values are returned as strings. Don’t assume the same fields exist in every account — Shape support or an administrator manages them.Example request
curl --request GET
--url "https://secure-api.setshape.com/api/get/users/{crmid}"
--header "Authorization: {YOUR_API_AUTHORIZATION_KEY}"
--header "Accept: application/json"