PUT
/
users
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

user id

Body

application/json
name
string

Name of the user.

profile_url
string

Profile image of the user

default_member_type
enum<string>
default: guest

Default type of member when invited to room

Available options:
guest,
host,
monitor

Response

200 - application/json
user
object