Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (26 loc) · 2.24 KB

File metadata and controls

31 lines (26 loc) · 2.24 KB

Organization

Properties

Name Type Description Notes
id Integer Unique ID [optional]
createdAt DateTime ISO 8601 timestamp when the resource was created [optional]
enableNewSignatures Boolean Whether new signatures should be enabled for all accounts on this organization [optional]
name String Name of the organization [optional]
requireMfa Boolean Whether or not users for this organization are required to enable Multi Factor Authentication [optional]
updatedAt DateTime ISO 8601 timestamp when the resource was updated [optional]
subscription Subscription Associated Subscription [optional]
subscriptionId Integer Associated Subscription ID [optional]
customSignatures List<CustomSignature> Associated Custom Signatures [optional]
customSignatureIds List<Integer> Associated Custom Signatures IDs [optional]
externalAccounts List<ExternalAccount> Associated External Accounts [optional]
externalAccountIds List<Integer> Associated External Accounts IDs [optional]
subOrganizations List<SubOrganization> Associated Sub Organizations [optional]
subOrganizationIds List<Integer> Associated Sub Organizations IDs [optional]
teams List<Team> Associated Teams [optional]
teamIds List<Integer> Associated Teams IDs [optional]
users List<User> Associated Users [optional]
userIds List<Integer> Associated Users IDs [optional]
complianceStandards List<ComplianceStandard> Associated Compliance Standards [optional]
complianceStandardIds List<Integer> Associated Compliance Standards IDs [optional]
integrations List<Integration> Associated Integrations [optional]
integrationIds List<Integer> Associated Integrations IDs [optional]