Forum Discussion
Nicolle Brice
Dec 02, 2019Brass Contributor
SAP API
Hello, I have an API odata Query that retrieves HR information from the SAP user profile. I hoped to use in SharePoint online somehow. The particular use case - to set the SAP employee ID to the cur...
- Dec 02, 2019
Hi Nicolle Brice,
you can add custom data to resources using extensions from Graph API.
SharePoint Online users are configured on Azure AD, so you can manage (and extends) user properties.
Here you can find a specific sample for user entity 🙂
After that, you can integrate with Nintex.
Cheers,
Federico
Nicolle Brice
Dec 02, 2019Brass Contributor
Thank you so much Federico!
Dec 03, 2019
You're welcome 😉