---
title: "Active an existing user."
method: PATCH
path: "/api/v1/users/activate/{userId}"
tags: ["Users"]
---

# Active an existing user.

`PATCH /api/v1/users/activate/{userId}`

## Path parameters

- `userId` string, required

## Response `200`

If success returns a map with the user + user id.

- ResponseUserMapEntityView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` object
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `400` — If the user information is not valid
- `403` — If the user is not an admin or access to the role + user layouts or does have permission, it will return a 403.
- `404` — If the user to update does not exist

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
