cURL
curl --request POST \ --url https://m2m-backend-qa.up.railway.app/partner/users/{userId}/unblock \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "userId": "user_acme_x1y2z3", "blocked": false } }
Removes the block from a previously blocked user, allowing them to receive new magic links and complete transfers again.
Your partner API key. Use m2m_test_* keys for the sandbox environment.
m2m_test_*
M2M user identifier
"user_acme_x1y2z3"
User unblocked successfully
true
Show child attributes