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

EditOrganizationInfo: Command

ItemValue
BrieflyA command to edit the values of an Organization’s Info
Definition PathImprovingApp.OrganizationContext.EditOrganizationInfo
View Source LinkorganizationMessages.riddl(23:1)

Description

Only provide the values of the elements of the OrganizationInfo type you wish to change. For example, if you wish to define a new parentOrg, only provide the parentOrg attribute with the ID of the new parent. Whatever values you provide will overwrite what was previously there. The absence of an attribute means leave that value as is. If an empty value to an attribute is provided, the value will be overwritten with an empty value.

Command Of

  • organizationId: Alias of unresolved path: OrganizationId
  • newInfo: Alias of unresolved path: OrganizationContext.EditableInfo
  • onBehalfOf: Alias of unresolved path: MemberId

Used By

Uses Nothing