Upload a User’s Profile Image
Select a user profile and upload a profile image.
POST
/api/uploads/profile-image/{userId}
Path Parameters
| Parameter | Type | Validations |
|---|---|---|
| userId | string, required | Id of the user’s account profile to update. |
Request Body
thumbnail image file
Accepted file types include .jpg, .png, and .gif
Please provide path and Content-Type header for the uploaded files.