Organization
Update organization display name
Update the display name of the caller's current organization. Requires admin role.
Response envelope is non-standard — returns {success: true, name} instead of the usual {status, data} wrapper.
put/account/update-org-name
Request body
Response
Organization renamed.
Example response
{
"success": true
}