Update organization details
Updates mutable metadata on the caller organization (name, description, url, active flag, crypto/fiat fees). The organization is resolved from the authenticated context. Only fields present in the body are changed. Requires a Nevermined API key. Requires organization admin privileges.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Organization properties that should be updated
Unique DNS-safe label for the org subdomain (<slug>.api.nevermined.app). Lowercase letters, digits and hyphens; no leading or trailing hyphen.
"acme-labs"
Display name of the organization
"Nevermined Labs"
Short description that will be shown publicly
"AI infrastructure for knowledge agents."
Organization public URL
"https://nevermined.app"
Whether the organization is active. If set to false, all members will also be deactivated.
true
Fee percentage for crypto payments, multiplied by 10000 (e.g., 1500 = 15%)
"1500"
Fee percentage for fiat payments, multiplied by 10000 (e.g., 1500 = 15%)
"1500"
Response
Organization updated successfully
Related topics
Update a webhook subscriptionOrganizationsUpdate a budget's limit / interval / alert thresholdUpdate Payment MethodUpdate Agent