Click HERE to see how Saviynt Intelligence is transforming the industry. |
01/01/2023 09:47 PM
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,
01/02/2023 04:44 AM
You can do via Technical rule as birthright using sav4sav connector
01/31/2023 11:12 PM
Hi,
You can also use analytics to provision sav role or customquery.
Thanks
07/05/2023 04:09 AM
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...
07/12/2023 11:50 PM
You can use below api to assign sav role
https://<<Instance Name>>/ECM/api/v5/addremoveuserfromrole
payload {"username":"userName","rolename":"roleName","operation":"operation"}