User Endpoints
Create User
Create user within workspace
POST
/
users
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.
Name of the user.
Profile image of the user
Default type of member when invited to room
Available options:
guest
, host
, monitor
Response
200 - application/json