

Updated 05 Sep 2023
Did this page help you?
Assigns a user to a single license, if requesting manager has access permissions to it.
URL: /api/v1/licenses/{id}/assign_user/
Method: POST
{ "email": "example@email.com", "first_name": "John", "last_name": "Doe", "phone_number": "00385913109161", "is_manager": false, "password": "4q3dg7!_", "max_activations": 500, "total_activations": 200 }
Code: 200 OK
Content Examples:
{ "message": "License assigned.", "new_password": "4q3dg7!_" }