Skip to content

Adds a new member to a workspace

POST
/api/v1/Workspaces/{workspaceId}/members

Required permissions:

  • Workspace Owner access level, or
  • Admin access

Authorizations

Parameters

Path Parameters

workspaceId
required
string format: uuid

The unique identifier of the workspace

Request Body

Member creation details

object
userId
required
string format: uuid
accessLevel
required
integer format: int32

Responses

201

Member successfully added to workspace

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

400

Invalid member data or user ID is null

403

Insufficient permissions to add members

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

404

Workspace not found

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