WorkOS · Schema

SendVerificationEmailResponse

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
user object The user to whom the verification email was sent.
View JSON Schema on GitHub

JSON Schema

workos-sendverificationemailresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SendVerificationEmailResponse",
  "title": "SendVerificationEmailResponse",
  "type": "object",
  "properties": {
    "user": {
      "$ref": "#/components/schemas/UserlandUser",
      "description": "The user to whom the verification email was sent."
    }
  },
  "required": [
    "user"
  ]
}