Update User
User Endpoints
Update User
Update user with user id
PUT
Update 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.
Path Parameters
user_id of the user
Body
application/json
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

