RIDDL Specification For improving.app
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

EstablishOrganization: Command

ItemValue
BrieflyIf parentOrg is not defined you are creating a BaseOrganization. If it is, you are creating a SubOrganization.
Definition PathImprovingApp.OrganizationContext.EstablishOrganization
View Source LinkorganizationMessages.riddl(1:1)

Description

This is the creation command for an Organization. A unique OrganizationId and the basic info for an organization must be provided. If the OrganizationId is not unique, a new organization will not be created and an error will result.

Command Of

  • orgId: Alias of unresolved path: OrganizationId
  • info: Alias of unresolved path: OrganizationContext.Info
  • tenant: Alias of unresolved path: TenantId
  • parent: type ImprovingApp.OrganizationContext.Parent?
  • members: Alias of unresolved path: MemberList
  • owners: Alias of unresolved path: OwnerList
  • contacts: Alias of unresolved path: ContactList
  • onBehalfOf: Alias of unresolved path: MemberId

Used By

Uses Nothing