PersonalUserToken is a datatype for a personal token for a user. The token will inherit the same permissions as the user. It implements the interface datatype, Token.

This datatype is used by the datatype, CreatePersonalUserTokenV2Output, which is used by the createPersonalUserTokenV2() mutation field, as well as by the datatype, Account, which is used by several mutation and query fields.

Table: PersonalUserToken

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 27, 2024
createdAtlongyes Long-TermThe date the token was created.
expireAtlong  Long-TermWhen the token expires.
idstringyes Long-TermThe identifier of the token.
ipFilterstring  Long-TermThe IP filter on the token.
ipFilterV2IPFilter  Long-TermThe IP filter on the token. See IPFilter.
namestringyes Long-TermThe name of the token.