Account Controller
REST endpoints for account management.
Author
Oliver Lear Sigwarth
See also
Profile Picture Operations
Product User Service
Session Service
Constructors
Functions
Link copied to clipboard
@Transactional
@GetMapping(value = "/get/{id}/profile-picture" )
Retrieves the profile picture for a user given their ID.
Link copied to clipboard
@GetMapping(value = "/get/{id}/has-profile-picture" )
Verifies if a user has a profile picture based on their ID.
Link copied to clipboard
@PostMapping(value = "/image/upload" )
Handles uploading profile pictures for authenticated users.