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.
The 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"
}Current status of the user
INVITED, ACTIVE, INACTIVE, DEACTIVATED, MIGRATED, REMOVED Unix timestamp (seconds) of the last invitation sent to the user
1731370728
Identifier for the user who sent the latest invitation
"admin@company.com"