---
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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
