v2

latestOpenAPI 3.1.12026-07-2613060964.2 KB

Fetch User Tenant Profile

Returns the user profile evaluated for a specific tenant. The top-level fields are the merged effective profile (global layered with per-tenant overrides). The tenant block returns only the fields explicitly set on the per-tenant profile.

get/v1/user/{distinct_id}/tenant/{tenant_id}/

Path parameters

distinct_idstring required

Unique identifier of the user in your system.

tenant_idstring required

Tenant to evaluate the profile against.

Response

200 - OK

distinct_idstring

The user identifier.

propertiesobject

Merged (effective) properties — global properties layered with per-tenant overrides.

created_atstring date-time

Timestamp when the user was originally created.

updated_atstring date-time

Timestamp when the user was last updated.