Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion epersonregistrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ We can have the following cases:
Status codes:

* 204 Created - if the operation succeed with a new token generated, and e new mail sent to the `email` provided in the request
* 401 Unauthorized - if registration is disabled the token provided is not valid or absent
* 400 Bad Request - if the `id` or `token` provided in the URL is absent or negative / blank
* 401 Unauthorized - if registration is disabled or the token provided is not valid
* 422 Unprocessable Entity - if the email address was omitted or the operation is not valid

## Create new EPerson registration
Expand Down
Loading