Number of APIs: 2
1. Upload a user's profile picture
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
2. Delete a user's profile picture
DELETE {{baseUrl}}/users/:userId/picture
Delete a user's profile picture. For user-level apps, pass the Scopes: Rate Limit Label: me
value instead of the userId
parameter. user:write:admin
,user:write
Medium
ENDPOINTS