v2
latestOpenAPI 3.1.02026-07-263411923.0 MBUsers
Update a user
put/users/{id}
Path parameters
idstring required
Id identifier
Request body
Example request
{
"user": {
"first_name": "Sarah",
"enabled": false
}
}Response
Successful operation