POST
/
accounts
/
{id}
/
enable
curl --request POST \
  --url https://api-network.joinmassive.com/resellers/accounts/{id}/enable \
  --header 'x-api-key: <api-key>'
{
  "id": "57ed834f-f6f6-47d4-ab23-5674d7866b32"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json
User was enabled successfully.
id
string

The account ID (uuid).

Example:

"57ed834f-f6f6-47d4-ab23-5674d7866b32"