Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Restrict users to request for a particular endpoint

nsapna
Regular Contributor
Regular Contributor

Hi,

We are trying to restrict few users to request for a particular application from Saviynt.

Fo Ex: If my username is added to the restriction list, then i should be the only to have access to request a particular application for any one.

Application in scope - AD Security Group Request 

Thanks

Sapna

[This message has been edited by moderator to disable url hyperlink]

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

You can use endpoint access query use below query

where where '${requestor}' in ('Rushi','Sapna')

Here Rushi & Sapna is usernames of user


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

stalluri
Valued Contributor II
Valued Contributor II

@nsapna 

You can try putting Access Query as below
WHERE users.userkey not in (1,2)


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

nsapna
Regular Contributor
Regular Contributor

We update the access query with where '${requestor}' in ('269870','284395') and changes are working as expected.