Skip to main content
POST
Add member to workspace

Authorizations

Authorization
string
header
required

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

Path Parameters

wid
string
required

Workspace ID

Body

application/json
emails
string[]
required
limitedAccess
boolean
required
role
enum<string>
required
Available options:
owner,
admin,
editor,
guest
folders
object[]
workspaceName
string

Response

201 - undefined