Assign User to License
Request body
{
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "00385913109161",
"is_manager": false,
"password": "4q3dg7!_",
"max_activations": 500,
"total_activations": 200
}Success response
{
"message": "License assigned.",
"new_password": "4q3dg7!_"
}Was this helpful?