---
title: "Update an existing user."
method: PUT
path: "/api/v1/users"
---

# Update an existing user.

`PUT /api/v1/users`

## Response `200`

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

- ResponseSiteVariablesEntityView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` SiteVariableView[]
    - `id` string
    - `hostId` string
    - `name` string
    - `key` string
    - `value` string
    - `lastModifierId` string
    - `lastModDate` string, date-time
    - `lastModifierFullName` string
  - `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/anzworldline-solutions/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/anzworldline-solutions/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anzworldline-solutions/dotcms-rest-api/revisions/0f38cbc3bd36/schema)
