Skip to content

Retrieves all members of a workspace

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

Required permissions:

  • Workspace member access, or
  • Admin access

Authorizations

Parameters

Path Parameters

workspaceId
required
string format: uuid

The unique identifier of the workspace

Responses

200

List of workspace members

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

400

User ID is null

403

Insufficient permissions to view 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