---
title: "Activate users"
method: POST
path: "/api/v4/users/activate"
---

# Activate users

`POST /api/v4/users/activate`

This method allows to activate users in the account in bulk

## Request body

- object[]
  - `id` integer, required — User ID associated with the account

## Response `202`

Request is successful

## Other responses

- `400` — Incorrect data was transmitted. Details are available in the response body.
- `401` — User is not authorized
- `403` — No enough rights to call this method

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/versions/f17af4d23c7c/schema)
