GET /corporate/invited/users
This endpoint allows you to list all Admin users of your Admin account. You can filter users by type (active or pending) and paginate results using offset and limit.
Servers
- https://api.brevo.com/v3
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
Number of users to be displayed on each page. This is optional, the default limit is 20, but max allowed limit is 100. |
type |
String | No |
User type (active | pending). This is required if offset is provided for limited result. |
offset |
Integer | No |
Page number for the result set. This is optional, default value will be the 1st page. |
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.