Logo
Zoom Public API Documentation

Upload a user's profile picture

POST {{baseUrl}}/users/:userId/picture

Upload a user's profile picture. For user-level apps, pass the me value instead of the userId parameter.

Provide multipart/form-data as the value of the content-type header for this request. This API supports .jpeg and .png file formats.

Scopes: user:write:admin,user:write

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{}



Curl
curl -X POST 'https://api.zoom.us/v2/users/:userId/picture' -H 'Content-Type: multipart/form-data' -H 'Accept: application/json' -F '{"name"=>"pic_file", "value"=>"<string>", "datatype"=>"string"}='

ENDPOINTS