URI: https://api.onlinephotosubmission.com/person/access-request
HTTP Method: POST
Required Headers: Content-Type: application/json
DEPRECATION NOTICE: The old URI https://api.onlinephotosubmission.com/api/request-access
is now deprecated and will no longer be supported after October 1, 2022
Sample Request Body
{ "email": "john.doe@foo.edu" }
Response Body for Existing Users
Status: 204 NO CONTENT
Response Body for New Users
As of version 2022.05.22
, there is an error that prevents new users from being created via the access request end point.
Status: 201 CREATED
The `Location` header will contain the relative URL of the user that was created or emailed again.
The status in the body and the status code of the response are mismatched. This is a logged bug.