Querying the number of audited users
Querying the number of audited users request
curl --cookie cookies.txt --request GET https://<IP-address-of-SPS>/api/audit/users/_count |
Querying the number of audited users response
{ |
"count": 3, |
"meta":{ |
"href":"/api/audit/users/_count", |
"parent":"/api/audit/users" |
} |
} |