List organization members
GET/v1/org/members
Returns the calling organization's members, newest first, paginated. The organization is taken from the access token. Requires the users:read scope.
Request
Responses
- 200
- 400
- 401
- 403
One page of the membership roster.
A pagination parameter is malformed or out of range.
Missing or invalid access token.
The token does not carry the users:read scope.