CreateTokenSchema

object
descriptionstringOptional0-128 characters
Description of the token. Max 128 characters.
expireDatestringOptionalformat: date-time
Token expiration date. Maximum one year after creation.
organizationIdstringRequiredformat: uuid
ID of the organization that this token allows access to.
permissionsmap from strings to anyOptional
Token permissions. Only needed if the type is one of '('restricted', 'ephemeral')'.
Show value schemaHide value schema
[any key]any
typeenumRequired
Type of token.
Allowed values:loginfull-accessrestrictedephemeral