
Announcements
Hi all,
I have a Sharepoint list to create a new (project) team. In this list I use the (Person or Group) field to select the user to be owner of the team. How can I get the Azure ID of the user in this field and add as owner when creating a new team?
Thank you in advance!
You could do something like this:
1) Get first item in the SharePoint list with Team Owners (in my case, ManagerName column)
2) Get user from Azure AD with email/UPN.
Hope that helps!
Ferran