Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

URI: https://api.onlinephotosubmission.com/apiperson/people/{id}

Example URI: https https://api.onlinephotosubmission.com/apiperson/people/123 
Example URI: https https://api.onlinephotosubmission.com/api/peopleperson/jon.doe@foo.edu?findBy=email
Example URI: https://api.onlinephotosubmission.com/apiperson/people/A1234567?findBy=identifier

Optional URL Parameters: 

  • findBy=[id|email|identifier] (default id)

  • updateRoles=[true|false] (default true)
    If updateRoles is true or absent, any roles not explicitly granted will be removed

Note

DEPRECATION NOTICE: Finding a person by email address or identifier (aka Student ID/Employee ID) without specifying the findBy parameter is still supported but has been deprecated, : The URIhttps://api.onlinephotosubmission.com/api/people/{id | email | identifier} is now deprecated and will no longer be supported on or after April October 1, 20192022.

HTTP Method: PUT
Required Headers: X-Auth-Token (see: Authentication)
Optional URL Parameters: none

...