PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners Click HERE | EMEA/APJ Click 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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.