---
title: "PUT /v1/me"
method: PUT
path: "/v1/me"
tags: ["[v1] Users"]
---

# PUT /v1/me

`PUT /v1/me`

User profile information update

## Request body

- object
  - `displayName` string, required
  - `mobilePhone` string, nullable
  - `contactByEmail` boolean
  - `contactByPhone` boolean
  - `contactByPhoneTimeframe` 'MORNING' | 'AFTERNOON' | 'DAILY', nullable
  - `contactDetails` string, nullable
  - `organisation` object, required
    - `id` string, uuid, required
    - `isShadow` boolean, required
    - `name` union
      - string
      - string, nullable
    - `size` union
      - string
      - string, nullable
    - `description` union
      - string
      - string, nullable
    - `registrationNumber` string, nullable
  - `howDidYouFindUsAnswers` object, required
    - `event` boolean
    - `eventComment` string
    - `reading` boolean
    - `readingComment` string
    - `recommendationColleague` boolean
    - `recommendationOrg` boolean
    - `recommendationOrgComment` string
    - `searchEngine` boolean
    - `socialMedia` boolean
    - `other` boolean
    - `otherComment` string

## Response `200`

User information updated

- object
  - `id` string, uuid, required

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/nhs-england/apis/users-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/users-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/users-api-nhs-innovation-service/revisions/943444df31ae/schema)
