---
title: "Add a manager to a user"
method: POST
path: "/api/v2/users/{userId}/managers/{managerId}"
tags: ["Users"]
---

# Add a manager to a user

`POST /api/v2/users/{userId}/managers/{managerId}`

> 🔑
>
> Required OAuth scope: `users:write`.

Adds a manager to a user.

## Path parameters

- `userId` string, ObjectId, required
- `managerId` string, ObjectId, required

## Headers

- `360-api-version` 'v2.0', required

## Response `204`

Adds a manager to a user.

## Other responses

- `400` — The server cannot or will not process the request due to something that is perceived to be a client error.
- `401` — The given access token is either missing, invalid, has expired, or has been revoked.
- `403` — The given access token does not have the required OAuth scope to execute the request.
- `404` — The server cannot find the requested resource.
- `429` — The client has sent too many requests in a short amount of time.

---

[API](https://skmtc.net/360learning/apis/core-api.md) · [All operations](https://skmtc.net/360learning/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/360learning/core-api/versions/94b691b0b72c/schema)
