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

« Previous Version 11 Next »

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.


  • No labels