Okta · Schema

UserActivationToken

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
activationToken string
activationUrl string
View JSON Schema on GitHub

JSON Schema

okta-useractivationtoken-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserActivationToken",
  "title": "UserActivationToken",
  "type": "object",
  "properties": {
    "activationToken": {
      "type": "string",
      "readOnly": true
    },
    "activationUrl": {
      "type": "string",
      "readOnly": true
    }
  },
  "x-okta-tags": [
    "User"
  ]
}