People Module

PUT /people/

Edits one or more user objects. Search params identical to get(). The nature of the edit is based on the json component of the request.

POST /people/

If requests.json’s fields do not match those defined in the Person model, this fails. See documentation for src.document_models.Person for more details.

GET /people/

Returns one or more user objects.

Parameters:
  • email (str) – User’s email address
  • fName (str) – First name of the user
  • lName (str) – Last name of the user
  • comYearMIN (int) – Minimum community year of the user (inclusive)
  • comYearMAX (int) – Maximum community year of the user (inclusive)