cURL
curl --request GET \ --url http://sandbox.mintlify.com/organizations/{id}/members \ --header 'Authorization: Bearer <token>'
Lists all members of the organization with their roles. User must be a member to view.
curl -X GET http://localhost:3001/api/organizations/550e8400-e29b-41d4-a716-446655440000/members \ -H "Authorization: Bearer <token>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Members list retrieved successfully with user details and roles.