cURL
curl --request PUT \ --url https://api-network.joinmassive.com/resellers/accounts/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "username": "[email protected]", "password": "secret", "limit": 123 } '
{ "id": "57ed834f-f6f6-47d4-ab23-5674d7866b32" }
The account username.
"[email protected]"
The account password.
"secret"
The updated allocated traffic allowance in bytes (cannot be lower than existing).
User was updated successfully.
The account ID (uuid).
"57ed834f-f6f6-47d4-ab23-5674d7866b32"
Was this page helpful?