-
Notifications
You must be signed in to change notification settings - Fork 14
Remove a User
gerome12 edited this page Feb 24, 2020
·
1 revision
Used to remove an user to an album. For removing an user, the calling user must be an admin. This end point can be used for exit an album. In this case, the calling user and the user are same.
URL : /albums/{album_id}/users/{user}
Method : DELETE
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim. The calling user must be an admin or the calling user and the user must be same`.
Success Response
-
Status :
202 No Content
Error Response
If the calling user is not an admin or the calling user and the user are the same.
-
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
- Authentication API
- Study List
- Studies/Series Favorites
- Working with the Inbox
- DICOMweb Capability Tokens
- Webhooks
-
Working with Albums
- Album List
- Get an Album
- Create an album
- Edit an album
- Delete an album
- Add a study
- Add a series
- Remove a study
- Remove a series
- Add a User
- Remove a User
- Get the list of Users
- Add and upgrade an user to Admin
- Downgrade an admin to User
- Add an album to favorites
- Remove an album from favorites
- Post a comment
- Get a list of events (comments and mutations)
- Others
- Report Providers