POST
DropboxDropboxAccountSets a user's profile photo
POST
https://api.lowcodeapi.com/dropbox/2/account/set_profile_photo
Request Body
Content Type : application/json
Request Parameters
photoobject
PhotoSourceArg Image to set as the user's new profile photo.
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X POST \
 'https://api.lowcodeapi.com/dropbox/2/account/set_profile_photo' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{
  "photo": {}
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00