Add Member Record
This endpoint allows you to add a disciplinary record to a member
Last updated
Was this helpful?
Was this helpful?
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "ADD_MEMBER_RECORD",
"data": {
"apiId": "SOME_API_ID", // Optional - must have one
"username": "SOMEUSERNAME", // Optional - must have one
"accId": "SOMEACCID", // Optional - must have one
"discord": "111122223333444455", // Optional - must have one
"uniqueId": 1234 // Optional - must have one
"points": 10, // How many points this disciplinary record incurs
"reason": "Some reason", // Reason for the disciplinary record
}
}