---
title: "Create Tenant User Relation Internal"
method: POST
path: "/tenants-internal/user-relation"
tags: ["tenants_internal"]
---

# Create Tenant User Relation Internal

`POST /tenants-internal/user-relation`

## Request body

- TenantUserRelationCreateAPI
  - `tenant_id` string, required
  - `user_email` string, required
  - `notify_user` boolean
  - `role` 'ADMIN' | 'MEMBER'

## Response `200`

Successful Response

- TenantUserRelationRead — All fields inherited
  - `id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `user_id` string, uuid, required
  - `role` 'ADMIN' | 'MEMBER'

## Other responses

- `422` — Validation Error

## Changes

- **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/user-relation/post.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/41c5e4645524?raw)
