Dear Staff, I'm sorry to bother you, but I have a stupid question about the users allocation inside a groups.
Now for allocated an user inside a group I use the call:
"/d2l/api/lp/(version)/(orgUnitId)/groupcategories/(groupCategoryId)/groups/(groupId)/enrollments/"
and the params is "data = array('UserId' => 1234)".
My question is: if I have 100 users to allocate... is it mandatory use 100 calls?
I tried a lot of different way, for example "data = array(array('UserId' => 1234), array('UserId' => 5678))" but obviously doesn't work.
Exist or not the way to allocate more user in a group with only 1 call?
Thank you so much!
Christian