Stytch · Schema

api_magic_v1_magic_links_email_RevokeInviteRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
email string The email of the user.
View JSON Schema on GitHub

JSON Schema

stytch-api-magic-v1-magic-links-email-revokeinviterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_magic_v1_magic_links_email_RevokeInviteRequest",
  "title": "api_magic_v1_magic_links_email_RevokeInviteRequest",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "description": "The email of the user."
    }
  },
  "description": "Request type",
  "required": [
    "email"
  ]
}