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.