Updates the Compliance Status of the Person.
Base URI
Staging - https://staging-api-service.azurewebsites.net/
Production - https://api.peopletray.com
Authentication
All requests to the PeopleTray API must be authenticated. See the Authentication page for more details
Endpoint: {baseUri}/api/v2/person/
Method: PUT
Authentication: Authentication Token should be passed as X-ZUMO-AUTH HTTP header
Response: HTTP Status Code along with success or error/validation messages if any.
Payload (body):
{
"email": "string",
"isCompliant": boolean
}
| Field | Type | Description |
|---|---|---|
| string | Email address of the Person. This values is also used as the Username | |
| isCompliant | boolean | Compliance Status of the Person |