To pull the list of users with their last login details in order to delete the ones which are not in active state since long time an API is available in Highlight.
Details
In Highlight 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": "John",
"lastName": "McMahon",
"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