Schema
User
Schema for User
user_id
String
Unique identifier for the User.
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.
Was this page helpful?