Do we have bulk users add / remove option in Saviynt API

ramajety
New Contributor
New Contributor
Hi Team,
In the below specified documentation, we could see API for adding a user to an entitlement.
 
Do we have a Saviynt API to add bulk users or to remove bulk users to an Saviynt entitlement ?
Please share the link and details
 
 
 
 

POSTRequest to Add Entitlement to User

curl --location -g --request GET '{{url}}/ECM/{{path}}/createrequest' \
--header 'Content-Type: application/json' \
--data '{
"requesttype":"ADD",
"username":"dbailey",
"endpoint":"System1",
"securitysystem":"System1",
"accountname":"dbailey",
"comments":"add comment",
"requestor":"acook",
"createaccountifnotexists":"true",
"dynamicattr":  { 
            "parent" :"TEST1", 
            "child":"TEST2" 
},
"entitlement":[
    {"entitlementtype":"Access","entitlementvalue":"EntVal1","startdate":"10-11-2018","enddate":"12-05-2018","businessjustification":"test business justification" },
    {"entitlementtype":"Access","entitlementvalue":"EntVal2"}
],
"checksod":"true"
}'
 
3 REPLIES 3

saikanumuri
Saviynt Employee
Saviynt Employee

Hi @ramajety 

Thanks for reaching out. I am checking this internally and will get back to you.

ramajety
New Contributor
New Contributor

Any updates on the query ?

saikanumuri
Saviynt Employee
Saviynt Employee

Hi @ramajety 

Currently, there is no API available to support bulk requests. This will be an enhancement and I would recommend opening an idea on the ideas portal so that you can track the status.
 
https://ideas.saviynt.com/