---
title: "Update user information"
method: POST
path: "/v1/user/{userId}"
tags: ["User"]
---

# Update user information

`POST /v1/user/{userId}`

Update user's information for the screening

## Path parameters

- `userId` string, required

## Request body

- UserServiceUpdateUserBody
  - `firstName` string
  - `lastName` string
  - `address` Protouserv1CoveAddress
    - `street` string
    - `city` string
    - `provinceState` string
    - `country` string
    - `postalCode` string
  - `sin` string
  - `dateOfBirth` string

## Response `200`

A successful response.

- V1UpdateUserResponse
  - `message` string
  - `userId` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto.md) · [All operations](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcove/proto-screening-v2-screening-proto/revisions/9d9f9d9f0188/schema)
