<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Get the Number of Users or Applications Assigned to a Specific Group
Workflows
Overview
This article provides an example of a flow that can obtain the number of users in a certain group or all groups for building a custom report.
Applies To
  • Workflows
  • Building a custom report
Solution
  1. To obtain the user count for a single group, use the group name in the flow, as per the example below.
  2. Add the group name to the search groups card in order to obtain the ID.

  3. Use a Construct object card to build the expand stats object.

  4. Run an API custom call with a GET call using the group ID and the expanded stats query parameter.

  5. Use the Get Multiple card in order to get the user count and application card.

Workflow

 

Related References

Loading
How to Get the Number of Users or Applications Assigned to a Specific Group