User Endpoints
Create User
Create user within workspace
POST
/
users
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
user_id
string
requiredID of the user. Will override exisiting user if the specified ID already being used.
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