Management API
...
License
Users
List License Users
4min
show all license users the requesting manager has access permissions to url /api/v1/license users/ method get query parameters pagination default pagination is 20 results per page limit number of results to return per page example limit=20 offset the initial index from which to return the results example offset=21 filtering the results can be filtered by various attributes on license activation history or related to the license activation history possible filters true email icontains true email iexact managing orders isnull first name icontains last name icontains phone icontains is license manager success response code 200 ok content examples { "count" 2, "next" null, "previous" null, "results" \[ { "id" 2270, "last login" null, "email" "end user\@gmail com|tn", "true email" "end user\@gmail com", "created at" "2021 08 24t07 22 27z", "updated at" "2021 10 14t07 54 11z", "is active" true, "is manager" false, "initial password" "5dh7oqfq", "is initial password" true, "first name" "toni", "last name" "sre", "phone number" "123" }, ] }