PUT
/
members
/
pull
/
{serverId}
curl --request PUT \
  --url https://api.vaultcord.com/members/pull/{serverId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "guildid": "1218273540147646535",
  "roleid": "1022118100830802004",
  "userId": "720820224877789204",
  "limit": 100,
  "skipDuplicate": false
}'
{
  "success": true,
  "message": "Pull started, see email for status"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

serverId
integer
required

ID of the VaultCord server

Body

application/json

member JSON to be created

The body is of type object.

Response

200
application/json

SUCCESS_MESSAGE

The response is of type object.