简体中文
List a space collaborator
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/space/{spaceId}/collaborators \ --header 'Authorization: Bearer <token>'
{ "collaborators": [ { "userId": "<string>", "userName": "<string>", "email": "<string>", "role": "owner", "avatar": "<string>", "createdTime": "<string>", "type": "user", "resourceType": "space", "isSystem": true, "billable": true, "base": { "id": "<string>", "name": "<string>" } } ], "uniqTotal": 123, "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
user
department
desc
asc
Successful response, return space collaborator list.
显示 子属性
owner
creator
editor
commenter
viewer
space
base
此页面对您有帮助吗?