How can I retrieve group member list of a mailbox in Azure Ad using Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 06:02 AM
There seems to be various actions such as add user, add owner, etc. But there is none to retrieve a list of users or owners for the shared mailbox. Does anyone have a workaround to this? Please help!
Thanks,
Amanda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 01:47 PM
Amanda29,
If your groups are synced between ServiceNow and Azure AD you can look at the members of the groups in SN. Owners is a little tougher. ServiceNow only tracks one Owner (Manager) but Azure can have several...it doesn't sync easily. Interesting it's not part of the Azure AD spoke...you can check if a user in a group and the groups a user is in but not the users in a group. If you're groups are not synced through LDAP then it looks like you'll need a custom GraphQL action.