SuperTokens · Schema

UserMetadataResponse

AuthenticationOpen SourceSession ManagementSocial LoginPasswordlessIdentityAuthorizationMulti-TenancyNode.jsSelf-Hosted

Properties

Name Type Description
status string
metadata object Arbitrary key-value metadata for the user
View JSON Schema on GitHub

JSON Schema

supertokens-usermetadataresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserMetadataResponse",
  "title": "UserMetadataResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "metadata": {
      "type": "object",
      "description": "Arbitrary key-value metadata for the user"
    }
  }
}