Create Members
Member Endpoints
Create Members
Add Member to the Room
POST
Create Members
Documentation Index
Fetch the complete documentation index at: https://docs.pagecall.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
room id
Body
application/json
user_id of the user.
Example:
"external_user_102932"
Type of user in this room
- guest: The user is guest.
- host: The user is host. This user has administrator privileges.
- monitor: The user is observer. Can watch the meeting, but can not join.
Available options:
guest, host, monitor Example:
"guest"
Response
Successful operation

