Skip to main content
POST
Suspend a user

Authorizations

X-API-Key
string
header
required

Your partner API key. Use raas_sandbox_* keys for the sandbox environment and raas_live_* keys for production.

Path Parameters

userId
string
required

M2M user identifier

Example:

"user_acme_x1y2z3"

Body

application/json
reason
string

Human-readable reason for suspending the user. Stored for audit purposes and returned in user detail responses. Max 500 characters.

Example:

"Pending review of recent transfer activity"

Response

User suspended successfully

success
boolean
required
Example:

true

data
object
required