how to add multiple user in AD group using flow designer in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2024 07:53 PM
I have one catalog form . One field is requested for, second is Add users using list collector field and third is AD group(Microsoft AD group) which reference field .
how to add multiple user in AD group using flow designer in ServiceNow, Can we need to use Microsoft spoke to Add users in the AD group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2024 11:05 PM
Hi @Rajveer,
If you are using OOB AD Spoke, you can use the Add Users to Group action.
If you look at its details, you need to provide two inputs; User names (array) and the AD Group name.
I am assuming that you will need to create an array of the users' AD username/samaccountname and provide it as one of the inputs.
The other input would be simply the name of the AD Group.
Cheers