---
title: "GET /api/licenses/{id}/lookup-users/"
method: GET
path: "/api/licenses/{id}/lookup-users/"
tags: ["Admin"]
---

# GET /api/licenses/{id}/lookup-users/

`GET /api/licenses/{id}/lookup-users/`

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.

## Path parameters

- `id` integer, required

## Query parameters

- `page` integer
- `search` string
- `size` integer

## Response `200`

- PaginationSerializerLicenseUserLookup
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` LicenseUserLookup[], required
    - `id` integer, required
    - `value` string, required — The name and the email address of the user.

## Other responses

- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
