v1
latestOpenAPI 3.1.02026-07-121551100.4 KBUsers
Update User
patch/unified/iam/users/{id}
Path parameters
idstring required
Headers
x-account-idstring required
The account identifier
Preferstring
Example:heartbeat
Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)
Request body
Example request
{
"primary_email_address": "han@stackone.com",
"first_name": "Han",
"last_name": "Solo",
"name": "Han Solo",
"username": "hansolo1977",
"status": {
"value": "enabled"
},
"passthrough": {
"other_known_names": "John Doe"
}
}Response
Record updated successfully.
Example response
{
"statusCode": 200,
"message": "Record updated successfully.",
"timestamp": "2021-01-01T01:01:01.000Z"
}