Clans

Upsert User Into Clan

PUT
Upserts a user into the clan.

Path parameters

handlestringRequired

The document’s _id or slug.

Request

This endpoint expects an object.
userId
stringRequired

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

Response

This endpoint returns an object
_id
stringOptional
name
stringOptional
displayName
stringOptional
members
list of stringsOptional
ownerID
stringOptional
description
stringOptional
type
stringOptional
kind
stringOptional
metadata
map from strings to anyOptional