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
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
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
Code: 200 OK
Content Examples:
Updated 01 Jul 2024
Did this page help you?