Skip to main content
PATCH
Update member permissions

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

id
string
required

Member ID

Body

application/json
limitedAccess
boolean
required

If true, the member will have access only to a particular folder.

Example:

false

role
enum<string>
required

Role of the member.

Available options:
owner,
admin,
editor,
guest
folders
object[]

Folders that the member will have access to. Need to specify only if limitedAccess is true.

Response

200 - application/json
id
string
required
email
string
required
role
object
required
limitedAccess
boolean
required
createdAt
string<date-time>
required
permissions
object
required
user
string
folders
object[]
joined
boolean
invitedByEmail
string
lastActiveAt
string<date-time>
workspaceVisited
boolean