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

List only inactive users in update user request form

manishka
New Contributor
New Contributor

We need to implement rehire for contractors that is completely managed by saviynt. Request will be triggered from servicenow for rehire and only inactive saviynt managed users should be populated in the list after redirection from servicenow for rehire.

Do we have any possibility of applying filter in redirection url that will only show inactive users in update user  request form.

We need only inactive users in the update user request form and not the active ones.

2 REPLIES 2

Sandeep
New Contributor III
New Contributor III

You can filter out Active users from "Update User Request" form thru SAV role. Select 'Request for self and users retrieved from Advanced Filter' for Whom to request and add below query under JSON:

Sandeep_0-1711573821531.png

 

rushikeshvartak
All-Star
All-Star

Configure JSON in SAV Role for Whom to Request* :Request for self and users retrieved from advanced filter

rushikeshvartak_0-1711593720375.png

[{"for":"RequestAccessforOthers","query":"select a from Users a"},{"for":"UpdateUserRequest","query":"select a from Users a where statuskey=0"}]

Output :

rushikeshvartak_1-1711593767102.png

 

Refer https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter13-Access-Requests/ars-mang-...


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.