In microsoft azure active directory spoke, how to check user is member of a group
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 03:13 AM
In flow designer, want to check whether user is a member of a ad group using "Microsoft azure active directory" spoke. Tried with Lookup group membership stream and look up group members stream. Please help us to check how to check user is part of the ad group.
Hi @Ankur Bawiskar , Can you please help with this.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 04:10 AM
Hi,
there's another Microsoft AzureAD Spoke Action you might use. It's called 'Is User in Group' (is_user_in_group). Takes 2 inputs: Group ID and User ID.
IDs can be obtain by using Look Up Group ID and Look Up User ID actions. Hope that helps.