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

getRoles | Saviynt REST API Assistance

Manu269
All-Star
All-Star

Hi Team,

We are on Saviynt version V5.5 SP3.11

We are trying to explore and use the following REST endpoint :

https://xxxxx.saviyntcloud.com/ECM/api/v5/getRoles

While reading the article We found there is an option to use parameter : roleQuery?

We need assistance in passing the following value in this parameter. We need to extract the endpointKey =13

When we are trying the same we are getting error.

Sample tried :

roleQuery= <“r.endpointKey like ‘{“13”}’“>

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.
2 REPLIES 2

Rajesh-R
Saviynt Employee
Saviynt Employee

Hi Manish,

Please try the following  for roleQuery :

r.endpointkey in (13)

 

 


Thanks
Rajesh Ramalingam
Saviynt India

Manu269
All-Star
All-Star

Hi Rajesh,

Thanks this worked for me.

Thanks

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.