For security and internal rules purpose, there is a need to know the list of users who didn't connect for n months and a procedure to delete them through Rest API.
Authentication is done through SAML
Workaround or Action Plan
In Highlight you can use the below API to list users with their last login details:
API: https://rpa.casthighlight.com/WS2/domains/xxxx/users
You will get result as below:
[
{
"id": 10037,
"firstName": "J",
"lastName": "Mac",
"email": ",
"status": "activated",
"loginMode": "Credential",
"gdpr": true,
"lastLogin": 1660855212488
},
Highlight API's
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Zendesk Ticket Number
44284
Comments