cURL
curl --request GET \ --url https://api.bland.ai/v1/orgs/{org_id}/members \ --header 'authorization: <authorization>'
{ "data": [ { "org_id": "d122b4cf-1614-4124-aa28-15f81a09988f", "user_id": "d6b149e1-f971-4641-8d28-64fdf78368af", "permissions": ["owner"], "is_owner": true, "is_org_creator": true, "joined_at": "2025-02-14T06:46:11.274Z", "first_name": "John", "last_name": "Smith", "combo_id": "d122b4cf-1614-4124-aa28-15f81a09988f::d6b149e1-f971-4641-8d28-64fdf78368af", "org_slug": "133906ea-d750-4a15-80fa-d6aef584dc58", "org_display_name": "Org Name", "member_email": "johnsmith@gmail.com", "member_phone_number": "+1234567890" } ], "errors": null }
Retrieve the list of members in an organization.
null
Was this page helpful?