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

Assign SAV role to User

sandeepverma
Regular Contributor
Regular Contributor

Hi Experts,

How can we assign SAV role to the newly created users from Postman API?

Using a connector there is an option to assign an SAV role in the import job itself.

Thank you,

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

You can do via Technical rule as birthright using sav4sav connector

https://forums.saviynt.com/t5/identity-governance/how-to-set-sav-role-to-a-user-using-createuserrequ...


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

ehrushikesh
New Contributor II
New Contributor II

Hi,

You can also use analytics to provision sav role or customquery.

Thanks

kishorekumarmb
Saviynt Employee
Saviynt Employee

You use following API "{{url}}/ECM/{{path}}/createUserRequest"
to create user request and in that payload itself you can pass the roles that needs to be assigned.

https://documenter.getpostman.com/view/1797923/RWaLwo21?version=latest#fb65f9e4-306e-45f2-8e71-12bf6...

You can use below api to assign sav role

https://<<Instance Name>>/ECM/api/v5/addremoveuserfromrole

payload {"username":"userName","rolename":"roleName","operation":"operation"}