将用户添加到部落

在部落中加入一个用户

Path parameters

handlestringRequired

文件中的 _id 或者 slug.

Headers

AuthorizationstringRequired

Basic authentication of the form Basic <username:password>.

Request

This endpoint expects an object.
userIdstringRequired

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

Response

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