✨ Replace organization permission override

<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> Replace the organization-level permission override for a given permission key.

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
A unique integer value identifying this organization.
permissionstringRequired
Permission key to update within the organization.

Request

This endpoint expects an object.
permissionstringRequired1-255 characters
roleslist of enumsOptional
Explicit roles that have this permission within the organization.

Response

defaultlist of enums
groupstring or null
idinteger
labelstring or null
optionslist of enums
organizationinteger
permissionstring<=255 characters
tooltipstring or null
roleslist of enums or null
Explicit roles that have this permission within the organization.

Errors