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