Note |
---|
Warning: This endpoint should no longer be used to re-send welcome emails via API integrations. Use Send Email to Person instead. |
URI: https://api.onlinephotosubmissioncloudcard.comus/person/access-request
HTTP Method: POST
Required Headers: Content-Type: application/json
...
Sample Request Body
Code Block | ||
---|---|---|
| ||
{ "email": "john.doe@foo.edu" } |
...