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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.