USERS
Fetch User by id
API to fetch user object by passing itβs unique distinct_id.
GET
Fetch User by id
Authorizations
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Path Parameters
Unique identifier of the user in your system
Response
200
Unique identifier of the user.
Example:
"_distinct_id_"
all user properties in key-value pair. SuprSend reserved properties start with $
Timestamp when the user was created.
Example:
"2025-04-04T09:55:12.397Z"
Timestamp when the user was last updated.
Example:
"2025-04-04T09:55:12.422Z"
List of active communication channels for the user.
Previous
Upsert User Tenant ProfileAdds or updates the per-tenant profile for a user. Fields you set here override the user's global profile when the workflow is triggered with `tenant_id`. Body accepts the same shape as [Create / Update Users](/reference/create-update-users).
Next
Fetch User by id