Auth0 · Schema

GetJobImportUserError

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
code string Error code.
message string Error message.
path string Error field.
View JSON Schema on GitHub

JSON Schema

auth0-getjobimportusererror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetJobImportUserError",
  "title": "GetJobImportUserError",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "code": {
      "type": "string",
      "description": "Error code."
    },
    "message": {
      "type": "string",
      "description": "Error message."
    },
    "path": {
      "type": "string",
      "description": "Error field."
    }
  }
}