GET /enterprises/{id}/members/query
Get an enterprise's users. You can choose to retrieve licensed members, board guests, etc. The response is paginated and will return 100 users at a time.
Servers
- https://api.trello.com/1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
ID of the enterprise to retrieve. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
collaborator |
Boolean | No |
When true, returns members who are guests on one or more boards in the corresponding Trello Enterprise (but do not possess a license); when false, returns members who are not. If unspecified, both guests and non-guests will be returned. Default value: false |
admin |
Boolean | No |
When true, returns members who are administrators of the corresponding Trello Enterprise; when false, returns members who are not. If unspecified, both admin and non-admin members will be returned. Default value: false |
search |
String | No |
Returns members with email address or full name that start with the search value. Default value: "none" |
licensed |
Boolean | No |
When true, returns members who possess a license for the corresponding Trello Enterprise; when false, returns members who do not. If unspecified, both licensed and unlicensed members will be returned. Default value: false |
deactivated |
Boolean | No |
When true, returns members who have been deactivated for the corresponding Trello Enterprise; when false, returns members who have not. If unspecified, both active and deactivated members will be returned. Default value: false |
managed |
Boolean | No |
When true, returns members who are managed by the corresponding Trello Enterprise; when false, returns members who are not. If unspecified, both managed and unmanaged members will be returned. Default value: false |
cursor |
String | No |
Cursor to return next set of results, use cursor returned in the response to query the next batch. Default value: "none" |
activeSince |
String | No |
Returns only Trello users active since this date (inclusive). Default value: "none" |
inactiveSince |
String | No |
Returns only Trello users active since this date (inclusive). Default value: "none" |
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.