v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Admin

This endpoint can be used to lookup users that can be added to a license. Users that are already in the license are not returned here. Optionally a search query parameter can be provided to filter the results.

get/api/licenses/{id}/lookup-users/

Path parameters

idinteger required

The internal identifier of the license, this is id and not license_id.

Query parameters

pageinteger

Defines which page of users should be returned.

searchstring

If provided, only users where the name or email contains the value are returned.

sizeinteger

Defines how many users should be returned per page.

Response

countinteger required

The total amount of results.

nextstring uri nullable required

URL to the next page.

previousstring uri nullable required

URL to the previous page.