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

Add User to User groups from Saviynt to Saviynt account

metharun
New Contributor II
New Contributor II

I want to add users to user groups from saviynt to saviynt account so when an user is offboarded he will be removed from all the user groups that he is part of through an update rule task.

8 REPLIES 8

naveenss
All-Star
All-Star

Hi @metharun may I know what is the ask here? Are you looking for suggestions on how this can be achieved?

I would suggest you to use Saviynt API to add/remove user from userGroup. Below is the API 

/ECM/{{path}}/addRemoveUserFromUserGroup

 

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

metharun
New Contributor II
New Contributor II

Hi @naveenss thank you for the response.

Let me elaborate my question.
I want to know how exactly users can be added to user groups using Saviynt to Saviynt account. So when an user is offboarded, we have a user update rule which triggers deprovision accounts and access tasks for the user. Under this deprovisioning action, we want to include Saviynt To Saviynt account so that when a user is offboarded, his/her Saviynt To Saviynt accesses including the user groups they are part are also deprovisioned through the same rule.

dgandhi
All-Star
All-Star

If this is just one of case then you can leverage Saviynt API's but if you are looking for solution then you can use Saviynt to Saviynt to meet this requirement.

Saviynt will be considered as an endpoint in system.

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

metharun
New Contributor II
New Contributor II

Hi @dgandhi thank you for the response.

Let me elaborate my question.
I want to know how exactly users can be added to user groups using Saviynt to Saviynt account. So when an user is offboarded, we have a user update rule which triggers deprovision accounts and access tasks for the user. Under this deprovisioning action, we want to include Saviynt To Saviynt account so that when a user is offboarded, his/her Saviynt To Saviynt accesses including the user groups they are part are also deprovisioned through the same rule.

Follow below guide to understand the process of integration.

https://docs.saviyntcloud.com/bundle/Saviynt-REST-based-Guide/page/Content/Understanding-Integration...

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

1 suggestion would be to identify the same via runtime analytics.

Create SAv4SAv connection.

Under user import json try calling this Analytics and hitting the URL https://XXX/ECM/api/v5/fetchRuntimeControlsDataV2

Update CP value of user and configure user update rule based on this CP value for deprovision access.

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

  • Use saviynt 4 Saviynt REST Connector
  • Using REST APIs of Saviynt User gets added /removed from Group

Refer JSONs from here https://docs.saviyntcloud.com/bundle/Saviynt-REST-based-Guide/page/Content/Understanding-Integration...


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

rushikeshvartak
All-Star
All-Star

Refer https://docs.saviyntcloud.com/bundle/Saviynt-REST-based-Guide/page/Content/Understanding-Integration...


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