---
title: "List Users For Tenant Internal"
method: GET
path: "/tenants-internal/{tenant_id}/user-relation"
tags: ["tenants_internal"]
---

# List Users For Tenant Internal

`GET /tenants-internal/{tenant_id}/user-relation`

## Path parameters

- `tenant_id` string, uuid, required

## Response `200`

Successful Response

- UserRead[]
  - `id` string, uuid, required
  - `email` string, required
  - `first_name` string, nullable
  - `middle_name` string, nullable
  - `last_name` string, nullable
  - `stytch_member_id` string, nullable
  - `stytch_organization_id` string, nullable
  - `role` 'SUPER_ADMIN' | 'USER'
  - `loading_animation` 'cascade' | 'ripple' | 'spiral' | 'rain' | 'breathe' | 'pineapple', nullable

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/tenants-internal/:tenant_id/user-relation/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/7a2c09378911?raw)
