Upsert User Into Clan

Upserts a user into the clan.

Authentication

AuthorizationBasic

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

Path parameters

handlestringRequired

The document’s _id or slug.

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
namestring
displayNamestring
memberslist of strings
ownerIDstring
descriptionstring
typestring
kindstring
metadatamap from strings to any