SOLVED

SAP API

Brass Contributor

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 current user or at least to retrieve based on the value entered into a Person Lookup (Nintex form).  I've had a look around - several Google fails.  Hope my question is relevant in this forum.  Just looking for the basic concept.  Thank you

https://server.com/odata/v2/User?$filter=username+eq+%27USERID%27&$format=json and

unfiltered: 
https://server.com/odata/v2/User?&$format=json

 

Thank you.

 

4 Replies
best response confirmed by Nicolle Brice (Brass Contributor)
Solution

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

Thank you so much Federico!
You're welcome ;)
I am unable to upload excel file on SAP 7.5 installed in my MacOS, error is that incorrect file format and when the same file i upload on SAP 7.5 installed in my Windows computer it doesn’t shows any error and gets uploaded easily.



Please Help



Thanks in advance.
1 best response

Accepted Solutions
best response confirmed by Nicolle Brice (Brass Contributor)
Solution

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

View solution in original post