Auth0 · Schema

GetJobErrorResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
user object
errors array Errors importing the user.
View JSON Schema on GitHub

JSON Schema

auth0-getjoberrorresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetJobErrorResponseContent",
  "title": "GetJobErrorResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "user": {
      "$ref": "#/components/schemas/GetJobUserError"
    },
    "errors": {
      "type": "array",
      "description": "Errors importing the user.",
      "items": {
        "$ref": "#/components/schemas/GetJobImportUserError"
      }
    }
  }
}