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.
Servers
- /
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
The internal identifier of the license, this is |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No |
Defines which page of users should be returned. |
size |
Integer | No |
Defines how many users should be returned per page. |
search |
String | No |
If provided, only users where the name or email contains the value are returned. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.