---
title: "UpdateUserRequest"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/UpdateUserRequest"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# UpdateUserRequest

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    UpdateUserRequest:
      additionalProperties: false
      properties:
        culture:
          maxLength: 5
          minLength: 0
          type: string
        department:
          maxLength: 50
          minLength: 0
          pattern: ^((?!(<[sS][cC][rR][iI][pP][tT]|\[\%|%\]))(.|\s))*$
          type:
            - "null"
            - string
        firstName:
          maxLength: 256
          minLength: 0
          pattern: ^((?!(<[sS][cC][rR][iI][pP][tT]|\[\%|%\]))(.|\s))*$
          type: string
        id:
          format: int32
          type: integer
        language:
          maxLength: 5
          minLength: 0
          type: string
        lastName:
          maxLength: 170
          minLength: 0
          pattern: ^((?!(<[sS][cC][rR][iI][pP][tT]|\[\%|%\]))(.|\s))*$
          type: string
        phoneNumber:
          maxLength: 50
          minLength: 0
          pattern: ^((?!(<[sS][cC][rR][iI][pP][tT]|\[\%|%\]))(.|\s))*$
          type:
            - "null"
            - string
        timezone:
          maxLength: 100
          minLength: 0
          type:
            - "null"
            - string
      required:
        - culture
        - firstName
        - id
        - language
        - lastName
      type: object
```
