cancel
Showing results for 
Search instead for 
Did you mean: 

IDENTITY MANAGEMENT REST API

0 Kudos

1) Is it not possible to create entries(Users) using IDM REST API V2 ? We are currently using IDM REST API V1 for creating users which is successful. 2) For setting security questions for a user using the REST service via any browser , the browser crashes due to out of memory. This issue does not occur via external REST clients. Is there any reason for this constant error? 3) The security question via IDM cannot be reset for any user created via the API due to authentication failure. The user is assigned basic roles, yet this issue persists. Is there any way to set user credentials via REST API V1?

Accepted Solutions (0)

Answers (3)

Answers (3)

devaprakash_b
Active Contributor
0 Kudos

Hi Sanjana,

Rest API v2 doesnt allow to create new entries, in our project we have created new attributes as temp and in that we will load the normal attributes which are linked to MX_PERSON.

Whenever we want to create new entries like user, role from our custom UI, we would load the temp attributes maintained from a dummy user or else values maintained in the temp attributes of the user who is creating new identity,

So when we submit the temp attributes would be updated and then we maintain it in main atriibutes.

Regards,

DP

niconapo2
Explorer
0 Kudos

Hello,

Only have one answer of your first question. Rest API V2 doesn't allow creation of entry. You have to use REST API v1

Ckumar
Contributor
0 Kudos

Hello Sanjana,

I dont have any answer to your question however I just started working on SAP IDM REST API. Could you please guide me the starting point for creating the user in SAP IDM using REST API.

I have gone through several blogs and docs regarding this but could not find any good step by step procedure yet.

Regards,

C Kumar