List the members of a network
GET/v1/networks/:networkId/members
Returns the network's members, each with its role and status. Requires at least read-only access. Results are cursor-paginated and ordered by member id. Pass ?expand=user to inline each member's user profile in the response.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A page of members
Invalid request (e.g. a malformed pagination cursor)
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found