---
title: "Add Users to an Engagement Team"
method: PATCH
path: "/v1/engagements/{uuid}/users"
tags: ["engagements", "users"]
---

# Add Users to an Engagement Team

`PATCH /v1/engagements/{uuid}/users`

## Path parameters

- `uuid` string, uuid, required

## Request body

- EngagementUserCreate[]
  - `uuid` string, uuid, required — The UUID of the user to add to the engagement

## Response `204`

No content. The Users were added to the Engagement Team successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden (requires scopes `engagements:write`)
- `404` — Resource not found
- `429` — Too many requests

---

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