v8
OpenAPI 3.1.02026-08-033623795.0 MBUsers
Update Current User
Updates the authenticated user's global profile, or their profile override for an account when account_id is given. Not available to API keys.
patch/users/me
Query parameters
account_idstring
When set, updates the authenticated user's profile override for this account instead of their global profile.
Request body
Response
current user updated
Example response
{
"social_accounts": [
{
"platform": "x"
}
]
}