Forum Discussion
arpitsachan
Staff
6 months ago>>Is there a JSON API endpoint to retrieve all users? If so, could you provide the exact syntax?
Yes, we do have an API call to get a list of users:
[
{
"command": "SessionService.authenticate",
"args": {
"login": "USERNAME",
"ticket": "LOGINTICKET"
}
},
{
"command": "UserService.getUserList"
}
]