For the complete documentation index, see llms.txt. This page is also available as Markdown.

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,"test1@licensespring.com","","","",1,3,True
3443,"test2@licensespring.com","","","",1,5,True
3466,"test3@licensespring.com","","","",1,2,True
3467,"test4@licensespring.com","","","",1,0,True

Last updated

Was this helpful?