Liongard
Create
Log in
Sign up
Roadmap
Feedback
Metrics Library
970
Category
Azure Active Directory
Voters
B
Bryan
Powered by Canny
1
Azure Active Directory: Count of Users in Assigned Group
submitted
B
Bryan
Returns the number of users assigned to group. This is a contains function, so you don't need to be exact.
Users[?contains(to_string(assignedGroups[]), 'Group')].displayName | length(@)
December 13, 2022
Powered by Canny