OrganizationSettings
List of organization information
| Field : Object | Description |
|---|---|
| child: InternalOrganization | The child organization. |
| closedCardTimersEnabled: Boolean | Whether timers are displayed on closed cards. |
| companyGuestCanCreatePipe: Boolean | Allows company guests to create pipes. |
| createdAt: DateTime | The date and time when the organization was created. |
| customLogo: String | URL of the organization's custom logo. |
| displayPipefyBranding: Boolean | Whether to display the Pipefy branding. |
| displayPipefyLogo: Boolean | Whether to display the Pipefy logo. |
| forceOmniauthToNormalUsers: Boolean | Requires OAuth authentication for all organization users. |
| groupsProvisioningEnabled: Boolean | Indicates whether group provisioning is enabled. |
| hasChild: Boolean | Indicates if the organization has a child organization. |
| hasParent: Boolean | Indicates if the organization has a parent organization. |
| headerColor: String | The primary color used in the organization header. |
| id: ID | The unique identifier of the organization. |
| locale: String | The default locale (language) for the organization. |
| name: String | The name of the organization. |
| onlyAdminCanCreatePipes: Boolean | Restricts pipe creation to organization administrators. |
| onlyAdminCanInviteUsers: Boolean | Restricts user invitations to organization administrators. |
| parent: InternalOrganization | The parent organization. |
| ssoEnabled: Boolean | Indicates if Single Sign-On (SSO) is enabled. |
| ssoOnly: Boolean | Requires SSO login for accessing the organization. |
| userProvisioningEnabled: Boolean | Indicates whether user provisioning is enabled. |
| uuid: String | The universally unique identifier (UUID) of the organization. |