CreateOrganizationPermissionTokenInput is an input datatype for creating an organization permissions token for organizational-level access. It's used by the createOrganizationPermissionsToken() mutation field.

Table: CreateOrganizationPermissionTokenInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 17, 2024
expireAtlong  Long-TermWhen the organization permission token will expire.
ipFilterIdstring  Long-TermThe unique identifier for the related IP filter.
namestringyes Long-TermThe name of the organization token.
permissions[OrganizationPermission]yes Long-TermA list of permissions for the organization. See OrganizationPermission.