AD v2 Spoke syntactical questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 08:22 AM
I'm in the process of developing a flow that takes data from a SP form and automates access to AD. I'm wondering if folks out there have utilized the OOB "Add User(s) to Group(s)" Spoke Action and have any insights on what data AD expects/can handle in these fields? For example:
Add User to Groups
User: This seems to be looking for the SAM name of the user.
Group: This seems to be looking for the ldap DN.
Has anyone experimented with these fields and know if there are specific expectations the Spoke Action has and if it's flexible at all?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2024 05:19 AM
it expects array of values.
Its fine even if you pass one value in array . That should still work.
The earlier v1 version had Add User to group , which allowed only one value.
But with v2 you have option of passing multiple values.