cURL
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" }
Pull members
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the VaultCord server
member JSON to be created
The body is of type object.
object
SUCCESS_MESSAGE
The response is of type object.