Skip to main content

Overview

Returns a list of all users who have connected their Google Calendar to your platform.

Authentication

Requires Platform API Key in the X-API-Key header.

Request

Response

Response Fields

users
array
Array of connected users
  • email: User’s email address
  • google_id: Google account ID
  • connected_at: When they connected their calendar
  • preferences: Their scheduling preferences
total
integer
Total number of connected users

Use Cases

Monitor User Adoption

Analyze Preferences

Check Single User Status

To check if a specific user is connected, use:
See Check User Status for details.