Module insights_api

Source

Enums§

GetNewTeamMembersError
struct for typed errors of method get_new_team_members
GetTopChannelsForTeamError
struct for typed errors of method get_top_channels_for_team
GetTopChannelsForUserError
struct for typed errors of method get_top_channels_for_user
GetTopDmsForUserError
struct for typed errors of method get_top_dms_for_user
GetTopReactionsForTeamError
struct for typed errors of method get_top_reactions_for_team
GetTopReactionsForUserError
struct for typed errors of method get_top_reactions_for_user
GetTopThreadsForTeamError
struct for typed errors of method get_top_threads_for_team
GetTopThreadsForUserError
struct for typed errors of method get_top_threads_for_user

Functions§

get_new_team_members
Get a list of all of the new team members that have joined the given team during the given time period. ##### Permissions Must have view_team permission for the team.
get_top_channels_for_team
Get a list of the top public and private channels (the user is a member of) for a given team. ##### Permissions Must have view_team permission for the team.
get_top_channels_for_user
Get a list of the top public and private channels (the user is a member of) for a given user. ##### Permissions Must be logged in as the user.
get_top_dms_for_user
Get a list of the top dms for a given user. ##### Permissions Must be logged in as the user.
get_top_reactions_for_team
Get a list of the top reactions across all public and private channels (the user is a member of) for a given team. ##### Permissions Must have view_team permission for the team.
get_top_reactions_for_user
Get a list of the top reactions across all public and private channels (the user is a member of) for a given user. If no team_id is provided, this will also include reactions posted by the given user in direct and group messages. ##### Permissions Must be logged in as the user.
get_top_threads_for_team
Get a list of the top threads from public and private channels (the user is a member of) for a given team. ##### Permissions Must have view_team permission for the team.
get_top_threads_for_user
Get a list of the top threads from public and private channels (the user is a member of and participating in the thread) for a given user. ##### Permissions Must be logged in as the user.