---
title: "Promote to admin"
method: POST
path: "/users/v1/admins"
tags: ["Users:v1:Admins"]
---

# Promote to admin

`POST /users/v1/admins`

Promote an existing user to an admin. An invitation link will be sent to the specified email address of the user

## Request body

- InviteAdminsRequest
  - `userId` integer, required — The unique identifier of the user to be promoted to admin
  - `email` string, required — The email address of the user to be promoted. An invitation link will be sent to the specified email. Once the user acknowledges the email, the user will become an admin of the account.
  - `title` string, required — The title of the user to be promoted

## Response `200`

Successful Response

- APIResponseBaseResponse
  - `requestId` string
  - `data` BaseResponse, required

## Other responses

- `422` — Validation Error

---

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