INPUT_OBJECT

UpdateO365OrgCustomNameInput

Description

Configuration for updating an O365 organization custom name.

link GraphQL Schema definition

  • input UpdateO365OrgCustomNameInput {
  • # Polaris ID for an O365 organization.
  • orgUuid: UUID!
  • # Custom name to use for the O365 organization.
  • customName: String!
  • }

link Require by