Users
Spencer Integration API
Spencer Integration API
Identity
Request access token
POST
News
Fetch news publications
GET
Fetch news publications for userlist
GET
Create news draft
POST
Users
Create user
POST
Fetch user
GET
Update user
PUT
Delete user
DELETE
Check if user exists
HEAD
Add user profile picture
POST
Create user tag
POST
Update user tag
PUT
Check if user tag exists
HEAD
Users
MCP
Add user profile picture
POST
/users/{userId}/profile-picture
Run in Apidog
Run in Apidog
Add a profile picture to the user.
Spencer will resize and crop the uploaded images to the proper formats for the Spencer application
Profile pictures are square in aspect ratio, uploading near square ratio will yield best results
Executing
POST
when the user already has an profile picture will replace the profile picture
Request
Path Params
Generate Code
Header Params
Generate Code
Body Params
application/json
Generate Code
Example
{
"media"
:
"string"
}
Responses
🟢
201
application/json
Generate Code
Body
application/json
Generate Code
Example
"string"
ðŸŸ
400
400.badRequest
ðŸŸ
401
401.unauthorized
ðŸŸ
404
404.notFound
🔴
500
500.internalServerError
Previous
Check if user exists
Next
Create user tag