Acknowledge Anomalies

Acknowledge Anomalies

This endpoint should be used to acknowledge the anomalies for a user or a list of users.

Request Endpoint

https://<tenant-URL>/api/v1/ackanomalies

Valid query parameters are: 

KeyValueDescription
tokenstringRequired. The token obtained from the REST API page in the Netskope UI ( Settings > Tools > Rest API v1) is required. We recommend that you place the token in the body of the request, not in the endpoint URL.
usersList of email addressesList of users to be acknowledged. Either a comma separated list like users=user1,user2,…, or an array like users=user1&users=user2&… can be used.

Example Request

POST https://<tenant-URL>/api/v1/ackanomalies?users="user1"&users="user22"
{    
    "token": "f32a973eddd7bc1602fc0f48dc0a"
    "users": "user1@company.com,user2@company.com"
}
Share this Doc

Acknowledge Anomalies

Or copy link

In this topic ...