Email a login link to a user

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.cloudcard.us/person/access-request

HTTP Method: POST

Required Headers: Content-Type: application/json

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.