GET /organizations/{organization_id}/members
List memberships for an Organization.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
organization_id |
String | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
user.email |
String | No |
Filter the list of memberships for a specific email. |
user.email.contains |
String | No |
Filter the list of memberships for a specific email that contains a substring. |
user.email.startsWith |
String | No |
Filter the list of memberships for a specific email that starts with a substring. |
page_size |
Integer | No |
The amount of items to return. Defaults to 10. |
status[] |
Array | No |
Filter the list of memberships by membership status. |
user.email.endsWith |
String | No |
Filter the list of memberships for a specific email that ends with a substring. |
page_token |
String | No |
An opaque token returned from the last list response that when provided will retrieve the next page. Parameters used to filter the retrieved list must remain in subsequent requests with a page token. |
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.