Skip to content

Commit 2dbe376

Browse files
committed
141755: update contract for POST /api/eperson/epersons
1 parent dbea22e commit 2dbe376

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

epersons.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ Status codes:
235235
* 201 Created - if the operation succeed
236236
* 401 Unauthorized - if you are not authenticated
237237
* 403 Forbidden - if you are not logged in with sufficient permissions
238-
* 422 Unprocessable Entity - if the email address was omitted or already exists
238+
* 409 Conflict - if the email address already exists
239+
* 422 Unprocessable Entity - if the email address was omitted
239240

240241
## Create new EPerson based on registration token
241242
**POST /api/eperson/epersons?token=<:token>**

0 commit comments

Comments
 (0)