Get usergroups
Fireflies_Get_Usergroups is a powerful AI tool designed to seamlessly fetch user group information within your team environment. It provides detailed data on group names, handles, and members, enhancing team management and collaboration.
Features
- Retrieves all user groups within the authenticated user's team by default.
- Option to filter and fetch only the groups the authenticated user belongs to using the 'mine' parameter.
- Provides comprehensive details including group name, handle, and member list.
- Read-only and idempotent operation ensuring safe use without modifying data.
- Integrates smoothly with Fireflies AI platform for efficient team management workflows.
Benefits
- Streamlines access to user group information for better team organization.
- Improves collaboration by quickly identifying team members in various groups.
- Customizable queries allow users to fetch relevant group data based on membership.
- Ensures data safety through read-only, non-destructive API calls.
- Saves time managing user groups with automated retrieval and detailed insights.
Description
Fetches user groups for the authenticated user or their team. Returns group details including name, handle, and members. Use mine=true to get only groups the user belongs to, or mine=false (default) to get all groups in the team.
Parameters
1 parameter
| Name | Type | Description |
|---|---|---|
| mine | boolean | Optional filter. If true, returns only groups the authenticated user belongs to. If false (default), returns all groups in the user's team. |