update_user
Update user profile details in Logto by user ID, modifying fields such as name, email, phone, avatar, or custom data.
Instructions
Update a Logto user by ID (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| avatar | No | ||
| userId | Yes | User ID | |
| username | No | ||
| customData | No | Replaces the entire custom data object | |
| primaryEmail | No | ||
| primaryPhone | No |