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

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

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"}