---
title: "Add an existing user to the target team"
method: POST
path: "/users"
tags: ["users"]
---

# Add an existing user to the target team

`POST /users`

User must belong to this teams company
Requires the privilege [`USERS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Query parameters

- `teamId` string, required

## Request body

- AddUserRequest[]
  - `identifier` string, required — The unique identifier for the user (user's email)

## Response `200`

Users successfully added

## Other responses

- `400` — One or more users were not found or were revoked, no users added
- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: USERS_WRITE
- `409` — One or more users already belong on team, no users added

---

[API](https://skmtc.net/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.net/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/revisions/36ee938323f0/schema)
