将用户添加到部落

在部落中加入一个用户

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

handlestringRequired

文件中的 _id 或者 slug.

Request

This endpoint expects an object.
userIdstringRequired

使用字符串 _idslug 来识别要加入部落的用户.

Response

This endpoint returns an object.
_idstring
namestring
displayNamestring
memberslist of strings
ownerIDstring
descriptionstring
typestring
kindstring
metadatamap from strings to any