Export License Users

Export the license users assigned to a license, if the requesting manager has access permissions to them.

Endpoint: /api/v1/licenses/{id}/export_license_users/ Method: GET

Success response

Code: 200 OK

Content example (CSV):

export_license_users.csv
"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

Was this helpful?