This request can return a large amount of data (> 10 MB).
This request is currently in development and is not available in production. However, it is available on our test server (test-api.onlinephotosubmission.com).
This endpoint returns a lightweight report of all people in your organization.
URI: https://api.onlinephotosubmission.com/api/reports/people
HTTP Method: GET
Required Headers: X-Auth-Token (see: Authentication)
Example HTTP Request Body
[Leave Empty]
Example Response
200 OK [ { "email": "username@your-org.com", "identifier": "123456", "First_Name": "John", "Last_Name": "Doe", "Campus": "Eastside" }, { "email": "username2@your-org.com", "identifier": "234567", "First_Name": "Jane", "Last_Name": "Doe", "Campus": "Westside" } ... ]