Overview

The users query is designed to fetch a list of all users within the team. You can also view this list on your dashboard at app.fireflies.ai/team

Schema

Fields available to the User query

Usage Example

query Users {
  users {
    user_id
    email
    name
    num_transcripts
    recent_meeting
    minutes_consumed
    is_admin
    integrations
  }
}

Additional Resources