POST {{baseUrl}}/users/:userId/picture
Upload a user's profile picture. For user-level apps, pass the Provide Scopes: Rate Limit Label: me
value instead of the userId
parameter.multipart/form-data
as the value of the content-type
header for this request. This API supports .jpeg
and .png
file formats.user:write:admin
,user:write
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{} |
ENDPOINTS