hotjar · Schema

UserLookupResponse

The result of a user lookup or deletion request.

Properties

Name Type Description
status string The status of the lookup or deletion request.
message string A human-readable message describing the result.
View JSON Schema on GitHub

JSON Schema

hotjar-userlookupresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserLookupResponse",
  "title": "UserLookupResponse",
  "type": "object",
  "description": "The result of a user lookup or deletion request.",
  "properties": {
    "status": {
      "type": "string",
      "description": "The status of the lookup or deletion request."
    },
    "message": {
      "type": "string",
      "description": "A human-readable message describing the result."
    }
  }
}