INPUT_OBJECT

EnableTprOrgInput

Description

Enable TPR for organization.

link GraphQL Schema definition

  • input EnableTprOrgInput {
  • # ID of the organization for which TPR will be enabled.
  • organizationId: String!
  • # Email of the TPR admin that will be added.
  • newTprAdminEmail: String!
  • }

link Require by