cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EnableNow User Admin API

sasi_reddy7
Participant
0 Likes
720

Hi

Are there any API calls to administer Users in EnableNow manager? We would like to automate the termination of User accounts in EnableNow.

Thanks

Sasi

Accepted Solutions (0)

Answers (4)

Answers (4)

sasi_reddy7
Participant
0 Likes

Thanks Anton, will give this a try.

Anton_Mavrin1
Product and Topic Expert
Product and Topic Expert
0 Likes

You can create a local "service account" in SAP Enable Now, and then use the Basic Authentication for GET/POST requests sent on behalf of this user.

To lookup for UIDs, you can try the GET request that is triggered when you click Administration - Users in Manager.

sasi_reddy7
Participant
0 Likes

Thanks Anton, this helps. Is there any better way to look up UID for a given User? Currently I see a URL based out of my current session, do you think I can use the same with UserID/Password or oAuth?

Thanks

Sasi

Anton_Mavrin1
Product and Topic Expert
Product and Topic Expert
0 Likes

Yes, they are, however not documented. Please use the Chrome/Edge developer console to find out what APIs are triggered for certain operations.

In your case, for user deactivation, you need to get the users list first, find the Enable Now UserID, and then submit a POST request like the one shown below.

U_0F3CBC02FB7F43E2940B2822FD5D6B5A - is the SAP Enable Now ID of the user I'm deactivating.