List members
Retrieves a list of members of an organization.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Optional
Parameter name | Type | Description |
---|---|---|
limit | int | Specifies the number of results to retrieve per page. Acceptable values are 1 to 100, inclusive. (Default: 10) |
offset | int | Specifies the number of results to skip when receiving a response. The value of |
Response
If successful, this action returns a member resource in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
count | int | The total number of members in the specified organization. |
previous | string | The URL to retrieve the previous page in the result set, or null if there are no previous pages available. |
next | string | The URL to retrieve the next page in the result set, or null if there are no more pages available. |
results[] | array of objects | An array of members in the specified organization. |
In the case of an error, an error object is returned. A detailed list of error codes is available here.