PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

SaviyntForSavyint REST - Requestable User Groups

BarCar
Regular Contributor
Regular Contributor

Is anybody able to share the required JSON to make Saviynt User Group membership requestable via the SaviyntForSaviynt REST connector (and imported as an entitlement)?

We're using Saviynt User Groups to control approvals for other security systems and need the owners to be able to change group membership without elevated rights in Saviynt.

3 REPLIES 3

nimitdave
Saviynt Employee
Saviynt Employee

@BarCar Please add this in your saviynt for saviynt connection entitlementparams.

"User Group": {
"entTypeOrder": 0,
"call": {
"call1": {
"callOrder": 0,
"stageNumber": 0,
"http": {
"url": "http://localhost:8080/ECM/api/v5/fetchUserGroup",
"httpHeaders": {
"Authorization": "${access_token}",
"Accept": "application/json"
},
"httpContentType": "application/json",
"httpMethod": "POST"
},
"listField": "usergroups",
"keyField": "entitlementID",
"colsToPropsMap": {
"entitlementID": "user_groupname~#~char",
"entitlement_value": "user_groupname~#~char",
"displayname": "user_groupname~#~char",
"customproperty1": "user_groupname~#~char",
"customproperty2": "user_groupname~#~char",
"customproperty3": "user_groupname~#~char"
},
"disableDeletedEntitlements": true
}
}
}

BarCar
Regular Contributor
Regular Contributor

Thanks for this information. Our Pro Service team guided me to check the "Configure Saviynt for Saviynt" in Global Configuration - that seems to do almost eveything for me.

But it doesn't import the User Group owners as Entitlement owners. 😞

rushikeshvartak
All-Star
All-Star

v23.8 API Link https://documenter.getpostman.com/view/23973797/2s9XxwutWR#e0219f3e-1a43-4969-89a3-5957fe052f42


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.