Skip to main content
user_id
String
Unique identifier for the User.
user_groups
[UserGroup]
List of user groups the user belongs to. (See UserGroups)
email
String
Email address for the User.
name
String
Full name of the User.
num_transcripts
Int
Total number of transcripts associated with the user.
recent_transcript
String
Most recent transcript generated by the user.
recent_meeting
String
Details about the user’s most recent meeting.
minutes_consumed
Int
Total number of minutes consumed by the user in meetings.
is_admin
Boolean
Indicates whether the user has administrative privileges. True if the user is an admin, false otherwise.
integrations
[String]
A list of integrations enabled for the user’s account.
is_calendar_in_sync
Boolean
Indicates whether the user’s calendar is currently synced. Returns true if the user has a valid OAuth connection (Google or Office) with non-expired tokens.

Additional Resources