Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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"
    }
    ...
]
  • No labels