- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 02:52 AM
Hi,
I'm having an issue in form automation. I have catalog item with flow, in flow i added action from Microsoft AD > Add user to Group.
I have filled field with username data > with user ID. And in Group name > i have pasted in Object ID from AD.
When i check execution logs i get an error: Invalid GroupName
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 02:55 AM
Based on the constructed query, it's expecting the samAccountName not the GUID. You need to provide the group name in which the user is to be added to

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 02:55 AM
Based on the constructed query, it's expecting the samAccountName not the GUID. You need to provide the group name in which the user is to be added to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 04:25 AM
Hi! thanks for letting me know, after your comment i double checked the MID server script and it true, it is asking for samAccountName. Now have updated the flow and getting different error:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:10 AM
It possibly doesn't have the necessary permissions. Access denied means it doesn't have access to either modify the user, or the group. You'd need to work with your AD team to understand the full issue