Downgrade an admin to User - OsiriX-Foundation/KheopsAuthorization GitHub Wiki
Used to downdrade an admin to user to an album. For downgrade an admin, the calling user must be an admin. If the calling user and the user are the same, it's an auto-downgrade. For removing an user from an album, use : Remove an User
URL : /albums/{album_id}/users{user}/admin
Method : DELETE
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim.
The user must be an admin of the {album}
.
Headers
Accept
: If present, require that this value beapplication/json
Success Response
- Status :
204 No Content
Error Response
If the calling user is not an admin.
- Status :
403 Forbidden
If the user is not found. If the album id does not exist. If the user is not a member of the album.
- Status :
404 Not Found