# Update a user

Updates the first or last name of a user with a specific ID.

Endpoint: PUT /api/v2/cm/users/{id}
Version: v2.0
Security: OAuth2.0

## Path parameters:

  - `id` (string, required)
    The ID of the user.

## Response 401 fields (application/json):

  - `type` (string,null)

  - `title` (string,null)

  - `status` (integer,null)

  - `detail` (string,null)

  - `instance` (string,null)


## Response 204 fields

## Response 500 fields
