---
title: "POST /app-instance-users"
method: POST
path: "/app-instance-users"
---

# POST /app-instance-users

`POST /app-instance-users`

Creates a user under an Amazon Chime <code>AppInstance</code>. The request consists of a unique <code>appInstanceUserId</code> and <code>Name</code> for that user.

## Request body

- object
  - `AppInstanceArn` string, required — The ARN of the <code>AppInstance</code> request.
  - `AppInstanceUserId` string, password, required — The user ID of the <code>AppInstance</code>.
  - `Name` string, password, required — The user's name.
  - `Metadata` string, password — The request's metadata. Limited to a 1KB string in UTF-8.
  - `ClientRequestToken` string, password, required — The token assigned to the user requesting an <code>AppInstance</code>.
  - `Tags` Tag[] — Tags assigned to the <code>AppInstanceUser</code>.
    - `Key` string, password, required — The key of the tag.
    - `Value` string, password, required — The value of the tag.

## Response `201`

Success

- CreateAppInstanceUserResponse
  - `AppInstanceUserArn` string — The user's ARN.

## Other responses

- `480` — BadRequestException
- `481` — ConflictException
- `482` — ForbiddenException
- `483` — ResourceLimitExceededException
- `484` — ThrottledClientException
- `485` — UnauthorizedClientException
- `486` — ServiceUnavailableException
- `487` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime.md) · [All operations](https://skmtc.net/aws/apis/chime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime/versions/40da18840201/schema)
