curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer your_api_key" \ --data '{ "query": "{ users { name integrations } }" }' \ https://api.fireflies.ai/graphql
{ "data": { "users": [ { "name": "Justin Fly", "integrations": [] }, { "name": "Peter Fire", "integrations": [] } ] } }
Querying list of users
query Users { users { user_id email name num_transcripts recent_meeting minutes_consumed is_admin integrations user_groups { name handle } } }
users
object_not_found (team)
This may indicate that you are not a part of any team. Please contact support if you encounter this error
Was this page helpful?