Regarding Microsoft AD Spoke - Password Reset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 02:25 AM
Hi Everyone,
There is an requirement to Reset the Password in Active directory. So, we had used "Microsoft AD Spoke". In this spoke, there is an function Reset password. So for that we need to fetch the unique parameter from Active Directory. We found SAM Account name as the unique id but from client we got to know that fetch SAM account name using UPN. So using Flow designer we were doing this. Can anyone help me how to fetch SAM account name from active directory using UPN (User Principal Name).
Thanks in advance,
Dhanalakshmi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 02:54 AM
I guess you would need to create a Flow-action which parses the SAM account name from UPN.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 04:38 AM
So with the SAM account name it is not possible. So, is there any way to fetch the AD(active directory) user with the help of UPN(user principal name)?