Skip to main content
POST
Add a user or team member to a workspace

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required

Body

application/json
userId
string

Organization user ID. Provide this or teamId, not both.

teamId
string

Organization team ID. Provide this or userId, not both.

notifications
enum<string>
Available options:
user_setting,
email,
muted
state
enum<string>

Omit to default to following. Use DELETE to remove a member.

Available options:
following

Response

Created or updated workspace membership

data
object
required