URI: https://api.onlinephotosubmission.com/person/requestAccessaccess-request
HTTP Method: POST
Required Headers: Content-Type: application/json
Note |
---|
DEPRECATION NOTICE: The old URI |
Sample
...
Request Body
Code Block | ||
---|---|---|
| ||
{ "email": "john.doe@foo.edu" } |
In the case of a user who does not exist, or an existing cardholder, the user will get an email with their login link, and the response to the request will have a 200 status code and the following body:
...
Response Body for Existing Users
Status: 204 NO CONTENT
Code Block | ||
---|---|---|
| ||
Response Body for New Users
Warning |
---|
As of |
Status: 201 CREATED
Code Block | ||||
---|---|---|---|---|
| {
"status": 201
}||||
The `Location` header will contain the relative URL of the user that was created or emailed again.
...