...
- DELETE https://dev-ddb.fiz-karlsruhe.de/api/2/user/cb5d9c5810e985e7beda092b22e1e480
...
US07 | confirm user action
PUT | /{id}/confirm/{token} |
---|
No Login (anonymous) required
Status codes
- 204 = Successful confimation
- 400 = Bad Request
- 401 = User not authorized to login
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- DELETE https://dev-ddb.fiz-karlsruhe.de/api/2/user/cb5d9c5810e985e7beda092b22e1e480
...
US08 | Get user by email
GET | /email/{email} |
---|
Admin permission required
Status codes
- 204 = User successful retrieved
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = ?
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- DELETE https://dev-ddb.fiz-karlsruhe.de/api/2/user/cb5d9c5810e985e7beda092b22e1e480
...