Set user's profile image
POST/api/v4/users/:user_id/image
Set a user's profile image based on user_id string parameter.
Permissions
Must be logged in as the user being updated or have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Profile image set successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled