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
Delete user
DELETE
/users/{userId}
Run in Apidog
Run in Apidog
Delete a user from the Spencer platform.
#
Warning
: This will also delete any data attached to the user. If you do not want to fully remove a user, archive the user instead by setting the
archived_at
date in the
PUT
user api call.
This action CAN NOT be undone.
Request
Path Params
Generate Code
Header Params
Generate Code
Responses
🟢
204
application/json
Generate Code
Body
application/json
Generate Code
Example
{
}
ðŸŸ
401
401.unauthorized
ðŸŸ
403
403.forbidden
ðŸŸ
404
404.notFound
🔴
500
500.internalServerError
Previous
Update user
Next
Check if user exists