Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

spaceId
string
required

Query Parameters

includeSystem
boolean | null
includeBase
boolean | null
skip
number | null
take
number | null
type
enum<string>
Available options:
user,
department
orderBy
enum<string>
Available options:
desc,
asc

Response

200 - application/json

Successful response, return space collaborator list.

collaborators
object[]
required
uniqTotal
number
required
total
number
required
Last modified on March 5, 2026