There was an error while loading. Please reload this page.
POST /api/eperson/epersons
1 parent dbea22e commit 2dbe376Copy full SHA for 2dbe376
1 file changed
epersons.md
@@ -235,7 +235,8 @@ Status codes:
235
* 201 Created - if the operation succeed
236
* 401 Unauthorized - if you are not authenticated
237
* 403 Forbidden - if you are not logged in with sufficient permissions
238
-* 422 Unprocessable Entity - if the email address was omitted or already exists
+* 409 Conflict - if the email address already exists
239
+* 422 Unprocessable Entity - if the email address was omitted
240
241
## Create new EPerson based on registration token
242
**POST /api/eperson/epersons?token=<:token>**
0 commit comments