Get organization settings
Retrieve the settings for a specific organization by ID.
Path parameters
Response
Enable custom interfaces for this organization. When disabled, projects with use_custom_interface=True will not render custom interfaces anywhere in the product (label stream, embed, data manager, interfaces dashboard).
- OW - Owner
- AD - Administrator
- MA - Manager
- RE - Reviewer
- AN - Annotator
- DI - Deactivated
- NO - Not Activated
- VO - View Only
Get email notification settings with default values for all notification types.
Returns a dictionary with the following structure: { 'notifications_allowed': { 'notification_type': bool }, 'notification_types': [ {'value': str, 'label': str} ] }
Excludes blocklisted notification types and ensures all valid types are included with proper defaults for any missing types.
When organization's email_notification_settings is null or empty, all notifications are shown as enabled (True) by default. When organization has some settings, unconfigured notifications default to False.
Enable embed functionality for this organization
External ID to uniquely identify this organization