✨ Update organization

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Update organization details including title, embed domains, and Plugins settings.

Authentication

Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

idintegerRequired

Request

This endpoint expects an object.
contact_infostring or nullOptionalformat: "email"<=254 characters
created_byinteger or nullOptional
custom_scripts_enabledboolean or nullOptional
email_notification_settingsany or nullOptional
embed_domainslist of maps from strings to strings or nullOptional
embed_settingsany or nullOptional
titlestring or nullOptional>=1 character
tokenstring or nullOptional<=256 characters

Response

billingobject
created_atdatetime
custom_scripts_enabledstring
email_notification_settingsstring
idinteger
titlestring
tokenstring
default_roleenum or null
Default membership role for invited users * `OW` - Owner * `AD` - Administrator * `MA` - Manager * `RE` - Reviewer * `AN` - Annotator * `DI` - Deactivated * `NO` - Not Activated
embed_domainsany or null

List of objects: {“domain”: “example.com”}. Used for CSP header on /embed routes.

embed_settingsany or null
Embed settings for this organization
external_idstring or null
External ID to uniquely identify this organization

Errors