API referenceOrganization
GET /organizations/{orgId}/members
curl -X GET "https://example.com/organizations/string/members"{ "$schema": "https://example.com/schemas/ListMembersOutputBody.json", "members": [ { "email": "string", "joinedAt": "string", "memberId": "string", "orgId": "string", "role": "string", "userId": "string" } ]}