/people/{vanId}

Updates a Person record. Alias for using POST /people/findOrCreate with the vanId property set to the value of the route parameter.

If no Person with the indicated vanId is available, this endpoint will return an error with HTTP Status Code 404 Not Found. Otherwise responds with a Match Responses.

📘

Looking for more fields?

Only a handful of body params are shown in the example above. You can find a full list in the People Common Model here.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!