Skip to main content
POST
Create User

Authorizations

Authorization
string
header
required

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

Body

application/json
user_id
string
required

ID of the user. Will override exisiting user if the specified ID already being used. Please note that id field is only used internally.

Example:

"external_user_102932"

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