Upsert User Into Clan

Upserts a user into the clan.

Path parameters

handlestringRequired

The document’s _id or slug.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
userIdstringRequired

The _id or slug of the user to add to the clan.

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