Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
application/json
Request payload for activating a merchant user
Merchant account that owns the user
Example:
67485577
Identifier of the merchant user account to activate
Example:
"4f5c00c2-6d19-4fd5-9f25-989bb1d6e9ef"
Email or identifier of the operator performing the activation
Example:
"ops.admin@example.com"
Reference ID explaining why the status changed
Example:
101
Free-form notes to include in the status change audit trail
Example:
"Restoring account after security review"
Response
200 - application/json
Success - Merchant user activated
The response is of type string.
Example:
"User account status has been changed successfully"