how to add multiple user in AD group using flow designer in ServiceNow

Rajveer
Tera Expert


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.

1 REPLY 1

James Chun
Kilo Patron

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.

JamesChun_0-1717912871207.png

 

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