If a user has been disabled this endpoints will enable them The invoker must have the appropriate permission A user cannot enable themself If the user is a payor user and the payor is disabled this operation is not allowedIf enabling a payor user would breach the limit for master admin payor users the request will be rejected
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.sandbox.velopayments.com//v2/users//enable'
Response Response Example
204 - Example 1
{}
Request
Path Params
Responses
🟢204Success the user was enabled or was already enabled
application/json
Body
🟠400Invalid request. See Error message payload for details of failure
🟠401Invalid access token. May be expired or invalid
🟠403The authentication does not have permissions to access the resource
This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions
🟠404The resource was not found or is no longer available