Create User
User Endpoints
Create User
Create user within workspace
POST
Create User
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.
Body
application/json
ID of the user. Will override exisiting user if the specified ID already being used. Please note that id field is only used internally.
Example:
"external_user_102932"
Name of the user.
Example:
"scotty"
Profile image of the user
Example:
"https://www.gravatar.com/avatar/00000000000000000000000000000000?d=mp&f=y"
Default type of member when invited to room
Available options:
guest, host, monitor Example:
"guest"
Response
Successful operation

