Skip to content

enableTprOrg

Enable TPR for an organization.

Arguments

Argument Type Description
input (required) EnableTprOrgInput! Input required for enabling TPR for an org.

Returns

Void

Sample

mutation EnableTprOrg($input: EnableTprOrgInput!) {
  enableTprOrg(input: $input)
}
{
  "input": {
    "newTprAdminEmail": "example-string",
    "organizationId": "example-string"
  }
}
{
  "data": {
    "enableTprOrg": "example-string"
  }
}