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.
Example:
"external_user_102932"
Name of the user.
Example:
"scotty"
Profile image of the user
Example:
"https://www.gravatar.com/avatar/00000000000000000000000000000000?d=mp&f=y"
Default type of member when invited to room
Available options:
guest
, host
, monitor
Example:
"guest"
Response
200
application/json
Successful operation