cURL
curl --request GET \ --url https://api.example.com/orgs/{org_id}/members \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "user_id": "<string>", "role": "<string>", "created_at": "<string>", "email": "<string>", "full_name": "<string>", "invited_by": "<string>" } ]
List all members of an org. Accessible to any member.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response