cancel
Showing results for 
Search instead for 
Did you mean: 

Are there REST API's for Managing the Business User in S/4 HANA

0 Kudos

Hi guys ,

Wanted to check if there are any REST API's provided by SAP for  Managing the Business User in S/4 HANA.

Accepted Solutions (1)

Accepted Solutions (1)

hoang_vu3
Employee
Employee
0 Kudos

Hi Manoj,

all APIs can be found on the API Business Hub api.sap.com

Currently we have two SOAP APIs for Business User:

Read: https://api.sap.com/api/QUERYBUSINESSUSERIN/overview

Create, Update, Delete: https://api.sap.com/api/MANAGEBUSINESSUSERIN/overview

If you want to read business user information from S4HC, you can also check following CDS View whether it meets your requirement:

https://api.sap.com/package/SAPS4HANACloudCDSViewsforCrossApplications?section=Artifacts

Hope this helps 🙂

Cheers, Hoang

Answers (1)

Answers (1)

former_member132363
Active Contributor
0 Kudos

it will not be standard in the UI there is functionality coming in 1805 to mass assign roles to Business Users using an API. Check the What's New Guide section 12.17 https://help.sap.com/doc/15f1680efadc49d1b0b02d2c647dde5e/1805.500/en-US/PRELIM_WN_CE1805.pdf

It will be a synchronous SOAP Service and based on the information I found when S/4HANA Cloud 1805 is released the documentation can be found in the SAP Help Portal with title "Business User - Create Update Delete" (technical name: ManageBusinessUserIn).

[View Article](https://answers.sap.com/questions/13238847/view.html)

I hope this answered your question! If it did, please mark it as the 'Best Answer' so I can continue learning and answering questions in the community.