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
Check if user exists
HEAD
/users/{userId}
Run in Apidog
Run in Apidog
Check if a user already exists in the Spencer application. Will return
200
when a user is found,
404
if user could not found.
Request
Path Params
Generate Code
Responses
🟢
200
Headers
Generate Code
This response does not have a body.
ðŸŸ
404
ðŸŸ
401
401.unauthorized
ðŸŸ
403
403.forbidden
🔴
500
500.internalServerError
Previous
Delete user
Next
Add user profile picture