PUT
/
users
/
{id}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

user id

Body

application/json
default_member_type
enum<string>
default:
guest

Default type of member when invited to room

Available options:
guest,
host,
monitor
name
string

Name of the user.

profile_url
string

Profile image of the user

Response

200 - application/json
user
object