Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How do I get Entitlement Details of a particular Role using Saviynt API ?

shouvikh
New Contributor II
New Contributor II

Hi Everyone,

I need to fetch using API entitlement data that has been added to a particular role but I'm unable to find anything like that. Can someone help me with this?

Note: I can fetch entitlelment data from any endpoint using {{url}}/ECM/api/getEntitlementValuesForEndpoint and I'm aware of that. I need the same but from the role point of view. Thanks in advance.

2 REPLIES 2

SB
Saviynt Employee
Saviynt Employee

You can refer the below postman collection of Saviynt for information on different api's available.

For your scenario you can use Get Role Details under Roles. There is a parameter in Body "requestedObject". When you import the collection to postman this value will be auto populated with "entitlement_values,users" which you can modify based on the output you need.

https://documenter.getpostman.com/view/1797923/RWaLwo21#433e1f26-e2a9-4b08-acee-d59bdf647a39


Regards,
Sahil

shouvikh
New Contributor II
New Contributor II

Thanks, it was really helpful