Skip to main content
PUT
Update User

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

user_id of the user

Body

application/json
name
string

Name of the user.

Example:

"scotty"

profile_url
string

Profile image of the user

Example:

"https://www.gravatar.com/avatar/00000000000000000000000000000000?d=mp&f=y"

default_member_type
enum<string>
default:guest

Default type of member when invited to room

Available options:
guest,
host,
monitor
Example:

"guest"

Response

Successful operation

user
object