Hello Team,
I have a scenario,
1) Every user has a unique network identification name with an alphanumeric word.
2) Also, they have an email and name too.
While releasing the page via workflow, I am setting the releasing person's name and email address in a noneditable textbox, and the same page has an expiry textbox of one year time period.
In between the time period, the same user changed his/her name, and the new name and email address are updated in the Azure AD and identity mgmt systems. After one year the page is going to expire, which means old email and old name of the user are not identifiable here to send an email.
So I would like to connect to Azure AD to check the complete details of the user with the old email address. In both cases, the network ID is the same for the user, and there is no change in it.
But unfortunately I am not storing the network ID in my page.
How to connect to Azure AD here? Is any documentation available?
Thanks,
Siva