Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:58 PM
Hello,
How do you find out which endpointkey number refers to which endpoint?
Thanks
Solved! Go to Solution.
04/12/2022 02:01 PM
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
04/12/2022 02:01 PM
You can also create a Version 1 SQL Analytic with the following query:
select endpointkey, endpointname from endpoints;
--Jim