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 epersons.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ Status codes:
* 201 Created - if the operation succeed
* 401 Unauthorized - if you are not authenticated
* 403 Forbidden - if you are not logged in with sufficient permissions
* 422 Unprocessable Entity - if the email address was omitted or already exists
* 409 Conflict - if the email address already exists
* 422 Unprocessable Entity - if the email address was omitted

## Create new EPerson based on registration token
**POST /api/eperson/epersons?token=<:token>**
Expand Down
Loading