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

Endpointkey number

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 1 2020 at 09:32 UTC

Hello,


How do you find out which endpointkey number refers to which endpoint?


Thanks

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
2 REPLIES 2

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 1 2020 at 09:47 UTC

Hi David,

When you will open the Endpoint under Admin tab, you will get to see the endpointkey mentioned at the end of the url of that page.

Like below -


Here I have created one endpoint (Okta-Staff) whose endpoint key is 2 mentioned above in the url highlighted in red box.


Thanks,
Abir

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 1 2020 at 14:15 UTC

You can also create a Version 1 SQL Analytic with the following query:


select endpointkey, endpointname from endpoints;


--Jim

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.