Updates the specified user’s information. Only the fields provided in the request body will be modified; other fields will remain unchanged. Users can typically update their own profiles, while administrators may update any user.
Unique identifier of the user to update
User updated successfully
The unique identifier for the user
The user's first name
"John"
The user's last name
"Doe"
The user's email address
"john@company.com"
A list of role ids
["ReadOnly", "Standard"]A map of login methods to their last login timestamps (Unix epoch).
{
"Okta": 1731370728,
"Password": 1731338939
}A map of key value pairs associated with this log
{
"region": "eu",
"environment": "production"
}