# Upload custom profile picture for a shared dashboard Uploads a custom profile picture for a shared dashboard. The user must have access to the shared dashboard. Max file size is 5MB. Allowed formats: jpg, png, webp. For extra context visit: Sharing Context Endpoint: POST /v1/shared/custom/profile-picture Version: 0.9.0 Security: bearer ## Request fields (multipart/form-data): - `userId` (string) The ID of the user who shared the dashboard - `file` (string) ## Response 400 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 401 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 500 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number)