---
title: "Add a User to a Single Tenant"
method: PUT
path: "/users/{user_id}/tenants/{tenant_id}"
tags: ["Tenant Memberships"]
---

# Add a User to a Single Tenant

`PUT /users/{user_id}/tenants/{tenant_id}`

Adds a user to one tenant, optionally with a tenant-specific profile that overrides their workspace profile for sends in that tenant.

## Path parameters

- `user_id` string, required
- `tenant_id` string, required

## Request body

- object
  - `profile` object, nullable

## Response `204`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/04f69fbf96a5/schema)
