List User Tenant Profiles
Returns every tenant profile the user has, one entry per mapping. Each entry contains the merged effective profile evaluated for that tenant, with the per-tenant override under the tenant key.
get/v1/user/{distinct_id}/tenant/
Path parameters
distinct_idstring required
Unique identifier of the user in your system.
Query parameters
limitinteger
Number of results per page (1–100). Defaults to 10.
afterstring
Pagination cursor returned by a previous call. Pass to fetch the next page.
Response
200 - OK
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○