Export License Users

URL : /api/v1/licenses/{id}/export_license_users/

Method : GET

Success Response

Code : 200 OK

Content examples :

"id","email","first_name","last_name","phone_number","max_activations","total_activations","allow_unlimited_activations"
3442,"[email protected]","","","",1,3,True
3443,"[email protected]","","","",1,5,True
3466,"[email protected]","","","",1,2,True
3467,"[email protected]","","","",1,0,True

Last updated

Was this helpful?