---
title: "Update your user"
method: PATCH
path: "/v2/users/me"
tags: ["Users"]
---

# Update your user

`PATCH /v2/users/me`

Update details for your user.

## Request body

- IdentityUsersMePartialUpdateRequestBody
  - `cookie_consent` boolean — Whether the user consents to cookies.
  - `locale` 'en-US' | 'en-GB' | 'fr-CA' | 'fr-FR' — User locale.

## Response `200`

OK

- IdentityOwnUserResponse
  - `active` boolean, required — If a user is active or deactivated.
  - `client_identifier` string, uuid, required — The unique identifier of the client.
  - `cookie_consent` boolean, required — Whether the user has consented to cookies.
  - `created_at` string, date-time, required — Date and time the user was created.
  - `created_by` string, uuid, required — The unique identifier of who created the user.
  - `deactivated_at` string, date-time — Date and time the user was deactivated.
  - `email` string, required — Email address of the user.
  - `enforce_mfa_after` string, date-time — Date and time of when MFA will be enforced for the user.
  - `identifier` string, uuid, required — The unique identifier of the user.
  - `is_default_locale` boolean, required — Default locale is used.
  - `locale` 'en-US' | 'en-GB' | 'fr-CA' | 'fr-FR', required — Locale of the user.
  - `name` string, required — Full name of the user.
  - `prompt_user_cookie` boolean, required — Whether to prompt the user about cookie consent.
  - `updated_at` string, date-time, required — Date and time the user was last updated.
  - `updated_by` string, uuid, required — The unique identifier of who last updated the user.

---

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