Hello
I'm using the Management API from Checkpoint to return me all users with a valid certificate.
I'm using the management api v2 Check Point - Management API reference and based on the description the default limit is set to 50 but can be expanded to 500. When I expand it to 300 I receive the error: Expecting value: line 1 column 1 (char 0)
I narrowed the error down to the api call wich indicates for me, that checkpoint is the problem.
Maybe some has run in the same issue as well?
this is the Request:
POST {{server}}/show-users
Content-Type: application/json
X-chkp-sid: {{session}}
{
"details-level" : "full",
"show-certificates":"true",
"limit":"450
}