v8
OpenAPI 3.1.02026-08-033623795.0 MBUsers
Update User
Updates a user. A user token updates their own global profile; an API key updates the user's account-specific profile override (account_id required).
patch/users/{id}
Query parameters
account_idstring
The account whose profile override to update. Required for API key callers.
Request body
Response
user updated
Example response
{
"social_accounts": [
{
"platform": "x"
}
]
}