---
title: "List User Tenant Profiles"
method: GET
path: "/v1/user/{distinct_id}/tenant/"
---

# List User Tenant Profiles

`GET /v1/user/{distinct_id}/tenant/`

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.

## Path parameters

- `distinct_id` string, required

## Query parameters

- `limit` integer
- `after` string

## Response `200`

200 - OK

- object
  - `meta` object — Pagination metadata.
    - `count` integer — Number of results in this response.
    - `limit` integer — Maximum number of results requested for this page.
    - `has_prev` boolean — Whether a previous page exists.
    - `before` string, nullable — Cursor for the previous page. `null` on the first page.
    - `has_next` boolean — Whether a next page exists.
    - `after` string, nullable — Cursor to pass to fetch the next page.
  - `results` object[] — List of tenant profiles for the user. One entry per associated tenant.
    - `distinct_id` string — The user identifier this entry belongs to.
    - `properties` object — Merged effective properties for this tenant (global layered with per-tenant overrides).
    - `tenant` object — Per-tenant override block for this entry.
      - `tenant_id` string — Tenant the override belongs to.
      - `properties` object — Properties explicitly set on the per-tenant profile.

## Other responses

- `404` — 404 - Not Found

---

[API](https://skmtc.net/suprsend/apis/suprsend-api.md) · [All operations](https://skmtc.net/suprsend/apis/suprsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/suprsend/suprsend-api/versions/8bd2574bd2c3/schema)
