Trouble with Kace SMA API - Users Endpoints
Our Kace SMA is on patch 14.1.101 and I'm having trouble with many of the Users API endpoints, especially the important ones.
- GET /api/users/me/ - Works
- GET /api/users/users/ - Does Not Work - 500 Internal Server Error - Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
- GET /api/users/users/{id} - Does Not Work - 500 Internal Server Error - Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
- GET /api/users/{id}/permissions/ - Works
Is anyone else having trouble?
I'm getting the 500 Internal Server Errors when using Postman, but I get what appears to be a more descriptive error when using PowerShell's Invoke-RestMethod cmdlet:
Invoke-RestMethod:
{
"errorDescription": "Property App\\Entity\\Org\\User::$twofaCutoffDate does not exist",
"code": 500
}
I'm successfully using other endpoints, such as inventory and service_desk.
Answers (0)
Be the first to answer this question