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"
}'