User Endpoints
Update User
Update user with user id
PUT
/
users
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
user id
Body
application/json
Name of the user.
Profile image of the user
Default type of member when invited to room
Available options:
guest
, host
, monitor
Response
200 - application/json