Reclaim.ai users API
The users API from Reclaim.ai — 45 operation(s) for users.
The users API from Reclaim.ai — 45 operation(s) for users.
openapi: 3.0.1
info:
title: Reclaim account-time-schemes users API
description: Reclaim's awesome API
contact:
name: Reclaim.ai Inc.
url: http://reclaim.ai
email: info@reclaim.ai
license:
name: Reclaim 9.9
url: http://reclaim.ai
version: '0.1'
tags:
- name: users
paths:
/api/users/current:
get:
tags:
- users
summary: User details for the currently authenticated user
description: User details for the currently authenticated user
operationId: current
responses:
'200':
description: The currently authenticated user
content:
application/json:
schema:
$ref: '#/components/schemas/UserWithIntercomHash'
security:
- Authorization: []
delete:
tags:
- users
operationId: delete_6
responses:
'200':
description: OK response
content:
application/json:
schema:
nullable: true
security:
- Authorization: []
patch:
tags:
- users
operationId: patch_2
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/User'
required: true
responses:
'200':
description: patch_2 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/access:
get:
tags:
- users
operationId: access
responses:
'200':
description: access 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/UserPermissionsView'
security:
- Authorization: []
/api/users/current/access/{entityType}:
get:
tags:
- users
operationId: accessByEntityType
parameters:
- name: entityType
in: path
required: true
schema:
$ref: '#/components/schemas/EntityType'
responses:
'200':
description: accessByEntityType 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/EntityTypeView'
security:
- Authorization: []
/api/users/current/adventures:
get:
tags:
- users
operationId: getAdventures
responses:
'200':
description: getAdventures 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/UserAdventures'
security:
- Authorization: []
/api/users/current/adventures/{adventure}:
get:
tags:
- users
operationId: getAdventure
parameters:
- name: adventure
in: path
required: true
schema:
$ref: '#/components/schemas/Adventure'
responses:
'200':
description: getAdventure 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/AdventureSetting'
security:
- Authorization: []
post:
tags:
- users
operationId: updateAdventure
parameters:
- name: adventure
in: path
required: true
schema:
$ref: '#/components/schemas/Adventure'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AdventureSetting'
required: true
responses:
'200':
description: updateAdventure 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/UserAdventures'
security:
- Authorization: []
/api/users/current/date-field-order-settings:
patch:
tags:
- users
summary: What should the order of day (D), month (M) and year (Y) be when displaying dates.
description: "What should the order of day (D), month (M) and year (Y) be when displaying dates. Allowed values: \nMDY (default), DMY, YMD \nNOTE: the dateFieldOrder value is case-sensitive."
operationId: updateDateFieldOrderSettings
parameters:
- name: dateFieldOrder
in: query
required: true
schema:
type: string
responses:
'200':
description: updateDateFieldOrderSettings 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/downgrade-snapshot:
get:
tags:
- users
operationId: getHardDowngradeSnapshot
responses:
'200':
description: getHardDowngradeSnapshot 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/EntitlementOverageSnapshot'
security:
- Authorization: []
/api/users/current/features/app-notifications:
put:
tags:
- users
operationId: updateAppNotifications
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AppNotificationsSettings'
required: true
responses:
'200':
description: updateAppNotifications 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/features/assist-settings/damp-smart-meetings:
post:
tags:
- users
operationId: updateDampSmartMeetings
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateDampSmartMeetings 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/assist-settings/enable-external-llm:
post:
tags:
- users
operationId: updateEnableExternalLlm
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateEnableExternalLlm 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/features/assist-settings/notification-settings:
put:
tags:
- users
operationId: updateAssistNotificationSettings
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AssistNotificationSettings'
required: true
responses:
'200':
description: updateAssistNotificationSettings 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/AssistNotificationSettings'
security:
- Authorization: []
/api/users/current/features/assist-settings/reschedule-unstarted:
post:
tags:
- users
operationId: updateRescheduleUnstarted
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateRescheduleUnstarted 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/assist-settings/schedule-smart-meetings-at-most-daily:
post:
tags:
- users
operationId: updateScheduleSmartMeetingsAtMostDaily
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateScheduleSmartMeetingsAtMostDaily 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/assist-settings/schedule-smart-meetings-once:
post:
tags:
- users
operationId: updateScheduleSmartMeetingsOnce
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateScheduleSmartMeetingsOnce 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/assist-settings/scheduling-behavior:
put:
tags:
- users
operationId: updateSchedulingBehavior
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/SchedulingBehaviorSettings'
required: true
responses:
'200':
description: updateSchedulingBehavior 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/features/assist-settings/smart-habit-recurrence-type:
post:
tags:
- users
operationId: updateSmartHabitRecurrenceType
parameters:
- name: value
in: query
required: true
schema:
$ref: '#/components/schemas/SmartSeriesRecurrenceType'
responses:
'200':
description: updateSmartHabitRecurrenceType 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/assist-settings/smart-habits-to-reclaim-recurrence-auto-migrate:
post:
tags:
- users
operationId: updateSmartHabitsToGen3AutoMigrate
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateSmartHabitsToGen3AutoMigrate 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/assist-settings/smart-meeting-recurrence-type:
post:
tags:
- users
operationId: updateSmartMeetingRecurrenceType
parameters:
- name: value
in: query
required: true
schema:
$ref: '#/components/schemas/SmartSeriesRecurrenceType'
responses:
'200':
description: updateSmartMeetingRecurrenceType 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/assist-settings/smart-meetings-to-reclaim-recurrence-auto-migrate:
post:
tags:
- users
operationId: updateSmartMeetingsToGen3AutoMigrate
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateSmartMeetingsToGen3AutoMigrate 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/assist-settings/v1-habits-and-meetings-to-reclaim-recurrence-auto-migrate:
post:
tags:
- users
operationId: updateGen1HabitsAndMeetingsToGen3AutoMigrate
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateGen1HabitsAndMeetingsToGen3AutoMigrate 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/calendar-permission-settings:
put:
tags:
- users
operationId: updateCalendarPermissionSettings
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CalendarPermissionSettings'
required: true
responses:
'200':
description: updateCalendarPermissionSettings 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/features/event-display-preferences:
put:
tags:
- users
operationId: updateEventDisplayPreferences
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/EventDisplayPreferences'
required: true
responses:
'200':
description: updateEventDisplayPreferences 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/EventDisplayPreferences'
security:
- Authorization: []
/api/users/current/features/experimental-settings/look-ahead-for-smart-meeting-ideal-day-on-weekly-meetings:
post:
tags:
- users
operationId: updateLookAheadForSmartMeetingIdealDayOnWeeklyMeetings
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateLookAheadForSmartMeetingIdealDayOnWeeklyMeetings 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/experimental-settings/treat-optional-smart-meeting-attendees-as-free:
post:
tags:
- users
operationId: updateTreatOptionalSmartMeetingAttendeesAsFree
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateTreatOptionalSmartMeetingAttendeesAsFree 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/focus/debug:
post:
tags:
- users
operationId: updateFocusDebug
parameters:
- name: value
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateFocusDebug 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/mask-suppress-until:
post:
tags:
- users
operationId: updateMaskSuppressUntil
parameters:
- name: value
in: query
required: true
schema:
type: string
format: date-time
responses:
'200':
description: updateMaskSuppressUntil 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
delete:
tags:
- users
operationId: clearMaskSuppressUntil
responses:
'200':
description: clearMaskSuppressUntil 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/features/post-onboard:
patch:
tags:
- users
operationId: patchPostOnboard
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UserPostOnboardPatchRequest'
required: true
responses:
'200':
description: patchPostOnboard 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/format24hour-settings:
patch:
tags:
- users
summary: Whether to show the time in 24h format.
description: Whether to show the time in 24h format. Default is false.
operationId: updateFormat24HourTimeSettings
parameters:
- name: format24HourTime
in: query
required: true
schema:
type: boolean
responses:
'200':
description: updateFormat24HourTimeSettings 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/onboarded:
post:
tags:
- users
operationId: onboarded
parameters:
- name: notificationKey
in: query
schema:
type: string
nullable: true
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/OnboardedState'
required: true
responses:
'200':
description: onboarded 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/pipeline-migration:
post:
tags:
- users
operationId: migrationToPipeline
responses:
'200':
description: migrationToPipeline 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/pipeline-migration-async:
post:
tags:
- users
operationId: migrationToPipelineAsync
responses:
'200':
description: migrationToPipelineAsync 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/PipelineMigrationStatus'
security:
- Authorization: []
/api/users/current/product-usage:
get:
tags:
- users
operationId: productUsage
responses:
'200':
description: productUsage 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/ProductUsageReport'
security:
- Authorization: []
/api/users/current/product-usage/hard-downgrade:
post:
tags:
- users
operationId: hardDowngrade
responses:
'200':
description: hardDowngrade 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/ProductUsageReport'
security:
- Authorization: []
/api/users/current/referrals:
get:
tags:
- users
operationId: referrals
responses:
'200':
description: referrals 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/ReferralStats'
security:
- Authorization: []
/api/users/current/reset:
post:
tags:
- users
operationId: reset
responses:
'200':
description: OK response
content:
application/json:
schema:
nullable: true
security:
- Authorization: []
/api/users/current/restorable-features:
get:
tags:
- users
operationId: getRestorableFeatures
responses:
'200':
description: getRestorableFeatures 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/RestorableSnapshot'
security:
- Authorization: []
/api/users/current/restore-features:
post:
tags:
- users
operationId: restoreFeatures
requestBody:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/EntitlementOverageSnapshot'
required: true
responses:
'200':
description: restoreFeatures 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/rewards:
post:
tags:
- users
operationId: claimRewards
parameters:
- name: claim
in: query
required: true
schema:
type: integer
format: int32
responses:
'200':
description: claimRewards 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/ReferralStats'
security:
- Authorization: []
/api/users/current/rsvp-settings:
put:
tags:
- users
operationId: updateRSVPSettings
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/RsvpSettingsView'
required: true
responses:
'200':
description: updateRSVPSettings 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/run-manual-assist:
post:
tags:
- users
operationId: runManualAssist
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/NotificationKeyRequest'
required: true
responses:
'200':
description: runManualAssist 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/users/current/timezone-settings:
put:
tags:
- users
operationId: updateTimezoneSettings
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/TimezoneSettingsPatch'
required: true
responses:
'200':
description: updateTimezoneSettings 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/current/week-start-settings:
patch:
tags:
- users
summary: Whether the week should start on Sunday (0), Monday (1) or Saturday (6).
description: Whether the week should start on Sunday (0), Monday (1) or Saturday (6). Default is Sunday (0).
operationId: updateWeekStartSettings
parameters:
- name: dayOfWeek
in: query
required: true
schema:
type: integer
format: int32
responses:
'200':
description: updateWeekStartSettings 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/interest:
post:
tags:
- users
operationId: interest_2
parameters:
- name: feature
in: query
required: true
schema:
type: string
responses:
'200':
description: interest_2 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
deprecated: true
security:
- Authorization: []
/api/users/trait/{trait}:
post:
tags:
- users
operationId: addTrait
parameters:
- name: trait
in: path
required: true
schema:
$ref: '#/components/schemas/UserTrait'
- name: value
in: query
schema:
type: boolean
nullable: true
responses:
'200':
description: addTrait 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/User'
security:
- Authorization: []
/api/users/tzs:
get:
tags:
- users
operationId: getAvailableTimeZones
responses:
'200':
description: getAvailableTimeZones 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/TimeZoneView'
security:
- Authorization:
- isAuthenticated()
- isAnonymous()
components:
schemas:
DefaultRsvpAvailability:
type: object
properties:
treatNeedsActionRsvpAs:
$ref: '#/components/schemas/AvailabilityType'
SchedulingWindowWeeks:
type: string
enum:
- ONE
- TWO
- THREE
- FOUR
- FIVE
- SIX
- SEVEN
- EIGHT
- NINE
- TEN
- ELEVEN
- TWELVE
WebhookSettings:
type: object
properties:
enabled:
type: boolean
all:
$ref: '#/components/schemas/WebhookSettings'
PipelineMigrationStatus:
type: string
enum:
- STARTED
- FAILED
- COMPLETED
SmartHabitTemplateKey:
type: string
enum:
- LUNCH
- MEDITATION
- TAKE_A_WALK
- READING
- WRITING
- MORNING_CATCHUP
- AFTERNOON_CATCHUP
- MONTHLY_METRICS_REVIEW
- SPRINT_PLANNING
- CUSTOMER_FEEDBACK_REVIEW
- WEEKLY_STATUS_REPORT
- PRODUCT_BACKLOG_REVIEW
- PRODUCT_REQUIREMENTS
- RETROSPECTIVE_PLANNING
- PRODUCT_LAUNCH_PLANNING
- FOCUS_TIME
- DEBUGGING
- FEATURE_BACKLOG
- TESTING
- CUSTOMER_RESEARCH
- RECRUITMENT
- QUARTERLY_RESEARCH_REPORT
- STRATEGIC_PLANNING
- DEPLOY
- PRODUCT_DOCUMENTATION
- CODING
- ARCHITECTURE_DESIGN_REVIEW
- CODE_REVIEW
- TRAINING
- TROUBLESHOOT_ESCALATED_ISSUES
- REVIEW_PRODUCT_UPDATES
- COMMUNITY_ENGAGEMENT
- SUPPORT_TIME
- SHARE_CUSTOMER_FEEDBACK
- SNIPPET_TEMPLATE_UPDATES
- ADVERTISING_REVIEW
- COMPETITOR_RESEARCH
- PR_PLANNING
- SEO_REVIEW
- SOCIAL_MEDIA_UPDATES
- NEWSLETTER
- BLOG_WRITING
- WEBINAR_PREP
- EMAIL_INBOUND_LEADS
- KEY_ACCOUNT_CHECK_INS
- SALES_PIPELINE_REVIEW
- WRITE_PROPOSAL
- CRM_UPDATES
- PROSPECTING
- UPDATE_SALES_PRESENTATIONS
- OUTBOUND_CALLS
- WEEKLY_DESIGN_REVIEW
- FREE_DESIGN_HOUR
- USER_RESEARCH
- DESIGN_USER_TESTS
- DAILY_DESIGN_TIME
- WIREFRAMES
- USER_FLOW_DESIGN
- EMPLOYEE_RELATIONS_REVIEW
- PTO_REVIEW
- PRODUCTIVITY_REVIEW
- DEI_REVIEW
- PROCESS_BACKGROUND_CHECKS
- QUARTERLY_TRAINING_PREP
- APPLICANT_REVIEW
- EMPLOYEE_RECOGNITION
- PAYROLL_UPDATES
- INTERVIEW_PREP
- EMPLOYEE_SURVEYS
- UPDATE_JOB_POSTINGS
- EMPLOYEE_NEWSLETTER_PREP
- REVIEW_DEPARTMENT_REQUIREMENTS
- SECURITY_REVIEWS
- TEAM_MEETING_PREP
- LEGAL_COMPLIANCE_REVIEW
- VENDOR_REVIEWS
- BUSINESS_PERFORMANCE_REVIEW
- REVIEW_PROCUREMENT_REQUESTS
- REVIEW_SUPPLIER_AGREEMENTS
- UPDATE_INTERNAL_POLICIES
- ANALYZE_TECHNOLOGY_USAGE
- REVIEW_TEAM_WORKFLOWS
- UPDATE_OPERATIONAL_PROCEDURES
- REVIEW_FINANCIAL_REPORTS
- INVESTOR_UPDATE
- MONTH_END_FINANCIAL_STATEMENTS
- REVIEW_FORECAST_REPORTS
- BUDGET_PLANNING
- REVIEW_MONTHLY_REPORTS
- REVIEW_EXPENSE_REPORT
- PREPARE_MONTHLY_REPORTS
- UPDATE_JOURNAL_ENTRIES
- REVIEW_TIME_SHEETS
- PROCESS_PAYMENTS
- REVIEW_ACCOUNTS_PAYABLE
- TAX_PLANNING
- WEEKDAY_STUDY
- GROCERY_SHOPPING
- LAUNDRY
- INTERNSHIP_APPLICATIONS
- WEEKEND_STUDY
- EXERCISE
- CLEAN_HOUSE
- CALL_FAMILY
- WORK_ON_THESIS
- REVIEW_TIME_TRACKING_ANALYTICS
- SEND_MONTHLY_INVOICES
- PERFORMANCE_REVIEW_PLANNING
- SALES_AND_REVENUE_ANALYSIS
- INVENTORY_MANAGEMENT_AND_RECONCILIATION
- QUALITY_CONTROL_ASSESSMENTS
- UPDATE_WEBSITE_CONTENT
- UPDATE_SOFTWARE_SYSTEMS_AND_APPLICATIONS
- EQUIPMENT_MAINTENANCE_AND_SERVICING
- REVIEW_AND_REPLENISH_OFFICE_SUPPLIES
- EVENT_AND_CONFERENCE_PLANNING
- HEALTH_AND_SAFETY_INSPECTIONS
- UPDATE_PROJECT_TIMELINES_AND_MILESTONES
- REVIEW_MARKETING_STRATEGIES
- UPDATE_EMPLOYEE_SCHEDULES
- MARKET_RESEARCH
- PREPARE_MONTHLY_TEAM_BUILDING_ACTIVITIES
- CONTENT_CALENDAR_PLANNING
- REVIEW_COMPANY_GOALS
- ANALYZE_EMPLOYEE_TURNOVER_RATES
- PAY_BILLS
- PAY_CREDIT_CARD
- MOW_LAWN
- PERSONAL_FINANCIAL_PLANNING
- MEAL_PLANNING
- REVIEW_PERSONAL_GOALS
- SELF_CARE_TIME
- GARDENING
- HOME_MAINTENANCE
- DECLUTTERING_AND_DONATING
- REVIEW_AND_UPDATE_PASSWORDS
- UPDATE_PERSONAL_PORTFOLIO
- UPDATE_RESUME_CV
- SEND_MONTHLY_BIRTHDAY_CARDS
- DAILY_JOURNALING_DIARY
- DEEP_CLEAN_VEHICLE
- SCHEDULE_DENTAL_CLEANING
- RUNNING
- MORNING_MINDFULNESS
- BEDTIME_WINDDOWN
- DAILY_LEARNING_HOUR
- COMPANY_CULTURE_QUARTERLY_REVIEW
- LEADERSHIP_MEETING_PREP
- QUARTERLY_POLICY_PROCESS_REVIEW
- RESOURCE_REVIEW
- SHAREHOLDER_MEETING_PREP
- SPEAKING_ENGAGEMENTS_PREP
- PRODUCT_ROADMAP_REVIEW
- MONTHLY_GTM_REVIEW
- QUARTERLY_GOAL_PLANNING
- MONTHLY_OPERATIONAL_REVIEW
- AM_EXECUTIVE_EMAIL_REVIEW
- PM_EXECUTIVE_EMAIL_REVIEW
- DRAFT_MEMOS
- PREP_MEETING_AGENDAS
- PREP_MEETING_MINUTES
- ARRANGE_WEEKLY_TRANSPORTATION
- INVITATION_REVIEW
- WEEKLY_APPOINTMENT_SCHEDULING
- DOCUMENT_PREP
- EXECUTIVE_CALENDAR_REVIEW
- WEEKLY_EXPENSE_REPORTING
- DELIVERABLES_FOLLOW_UP
- PROJECT_COORDINATION
- VENDOR_STAKEHOLDER_CHECKINS
- WEEKLY_RESEARCH_REPORT
- FAMILY_MOVIE_NIGHT
- DINNER_WITH_FAMILY
- WEEKEND_OUTING
- FAMILY_GAME_NIGHT
- PLAN_FAMILY_VACATION
- SCHOOL_DROPOFF
- ORGANIZE_PLAYDATES
- PLAN_FAMILY_BUDGET
- DAILY_ACCESS_ACCOUNT_REVIEW
- NETWORK_VULNERABILITY_SCAN
- CRITICAL_SECURITY_UPDATES
- SECURITY_AWARENESS
- PHISHING_SIMULATION
ProductUsageReport:
required:
- actuals
- currentEdition
- overage
- recommendedEdition
- terminalActuals
- terminalEdition
- usageEdition
type: object
properties:
currentEdition:
$ref: '#/components/schemas/ReclaimEdition'
actuals:
properties:
MAX_TEAM_SIZE:
$ref: '#/components/schemas/EntitlementActual_Object_'
SCHEDULER_WEEKS:
$ref: '#/components/schemas/EntitlementActual_Object_'
MAX_TASKS:
$ref: '#/components/schemas/EntitlementActual_Object_'
MAX_CALENDARS:
$ref: '#/components/schemas/EntitlementActual_Object_'
MAX_SYNCS:
$ref: '#/components/schemas/EntitlementActual_Object_'
MAX_HABITS:
$ref: '#/components/schemas/EntitlementActual_Object_'
MAX_TASKS_WEEK:
$ref: '#/components/schemas/EntitlementActual_Object_'
TRAVEL_TIME:
$ref: '#/components/schemas/EntitlementActual_Object_'
DECOMPRESSION_TIME:
$ref: '#/components/schemas/EntitlementActual_Object_'
CUSTOM_BLOCKING:
$ref: '#/components/schemas/EntitlementActual_Object_'
CUSTOM_BLOCKING_DECOMPRESSION:
$ref: '#/components/schemas/EntitlementActual_Object_'
CUSTOM_BLOCKING_HABITS:
$ref: '#/components/schemas/EntitlementActual_Object_'
CUSTO
# --- truncated at 32 KB (116 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/reclaim-ai/refs/heads/main/openapi/reclaim-ai-users-api-openapi.yml