cURL
curl --request GET \ --url https://api.pagecall.com/v1/rooms/{room_id}/members/{member_id} \ --header 'Authorization: Bearer <token>'
{ "member": { "id": "642d103ce95bc9dc22ef789f", "user_id": "external_user_102932", "room_id": "000585f36eed9e8fb6b655b4", "type": "guest" } }
Get Member
Documentation IndexFetch the complete documentation index at: https://docs.pagecall.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pagecall.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
room id
member id
Successful operation
Show child attributes