User Endpoints
Create User
Create user within workspace
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
ID of the user. Will override exisiting user if the specified ID already being used.
Default type of member when invited to room
Available options:
guest
, host
, monitor
Name of the user.
Profile image of the user
Response
200 - application/json