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

Managing partial of users

ejeong
Valued Contributor
Valued Contributor

Hello.

Can we give permission to manage some portion of users only by either sav role or organization?

Pls share your experience about this. 

 

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

You can restrict on update user request tile by adding JSON

[{"for":"RequestAccessforOthers,RequestAccessOthersMultiUser","query":"select a from Users a where (a.manager=${users.id} and (a.customproperty1 is not null or a.customproperty1 !='' )) or (a.id = ${users.id} and (a.customproperty1 is not null or a.customproperty1 !='' ))"},{"for":"ViewExistingAccess","query":"select a from Users a where (a.manager=${users.id} and (a.customproperty1 is not null or a.customproperty1 !='' )) or (a.id = ${users.id} and (a.customproperty1 is not null or a.customproperty1 !='' ))"},{"for":"UpdateUserRequest","query":"select a from Users a where a.id = ${users.id}"}]

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

Thanks. Is there a way to restrict under Admin -> identity repositories -> users? 

No Problem with EIC is landing page is Job control panel. You need to provide job control panel access. in non EIC home page config feature was major missing in EIC


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

I have already raise some idea around this

https://ideas.saviynt.com/ideas/EIC-I-4799

https://ideas.saviynt.com/ideas/EIC-I-5181


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

Thx i will vote!