Set Activations Data for User

Sets activations data for a single user, if requesting manager has access permissions to it.

URL: /api/v1/licenses/{id}/set_users_activations/ Method: POST

circle-info

This action requires the requesting manager to have access permissions to the license.

Data example

Request JSON
{
    "2449": {
        "max_activations": 100
    },
    "2452": {
        "reset_total_activations": true
    },
    "2453": {
        "max_activations": 200,
        "reset_total_activations": true
    }
    ,
    "2454": {
        "allow_unlimited_activations": true
    }
}

Success response

Code: 200 OK

Was this helpful?