Skip to content

Updates a workspace member's access level

PUT
/api/v1/Workspaces/members/access

Required permissions:

  • Workspace Owner access level, or
  • Admin access

Access level restrictions:

  • Cannot assign higher access than your own level (except admins)
  • Cannot modify access if you’re below Owner level

Authorizations

Request Body

The member elevation details including member ID and new access level

object
memberId
required
string format: uuid
newAccessLevel
required
integer format: int32

Responses

200

Member access level successfully updated

object
id
string format: uuid
workspaceId
string format: uuid
userId
string format: uuid
accessLevel
integer format: int32
createdDate
string format: date-time

400

Invalid elevation data or user ID is null

403

Insufficient permissions to modify access levels

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

404

Workspace member not found

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties