Reclaim.ai · Schema

UserView

AISchedulingCalendarProductivityTasksHabitsTime ManagementMeetingsFocus Time

Properties

Name Type Description
name string
email string
mainAccountId integer
View JSON Schema on GitHub

JSON Schema

reclaim-ai-userview.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.app.reclaim.ai/schemas/UserView",
  "title": "UserView",
  "required": [
    "email",
    "mainAccountId",
    "name"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "mainAccountId": {
      "type": "integer",
      "format": "int64"
    }
  }
}