> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update user

> Update a user's profile information such as name, contact fields, and role assignments. Requires appropriate administrative permissions.

<ParamField header="X-Tenant-ID" type="string" required>
  Tenant identifier
</ParamField>

<ParamField path="id" type="string" required>
  User ID (UUID)
</ParamField>

<ParamField body="firstName" type="string">
  First name
</ParamField>

<ParamField body="lastName" type="string">
  Last name
</ParamField>

<ParamField body="userName" type="string">
  Username
</ParamField>

<ParamField body="defaultAccountId" type="string">
  Default account ID
</ParamField>
