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

How can we change Endpoint name

Aniketk
New Contributor III
New Contributor III

Hello Team,

There is an application onoarded, I want to change the Endpoint name which is greyed out.

Kindly help if there is any way I can change with raising ticket with Saviynt

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You can change by custom query 

update endpoints set endpointname ='New Name' where endpointname= 'oldName'limit 1;


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