Quick Actions
Add Team
Create a new team
Add Rank
Add rank to team
Set User Rank
Assign user to rank
Batch Operations
Process multiple operations
System Information
Loading...
Create Team
Add Rank to Team
All Teams
Loading teams...
Create / Update Team
All Users Data
Loading users...
Set User Rank
Lookup User Rank
Add Log Entry
View User Logs
Batch Operations
Process multiple operations in a single request for better performance
Batch Results
Supported Operations
{
"createTeam": { "name": "string", "defaultRank": "string?" },
"addRank": { "team": "string", "rankName": "string" },
"setUserRank": { "user": "string", "team": "string", "rank": "string" },
"addLog": { "user": "string", "team": "string", "type": "string", "note": "string?", "points": "number?" },
"getUserRank": { "user": "string", "team": "string" },
"getUserLogs": { "user": "string", "team": "string?" }
}
System Information
Version
SRP RMS v2.1.0
Server Port
Configured via
PORT environment variable
Data Storage
/data/teams.json & /data/users.json
Backup System
Active
Configuration
Standard API: 1000 requests per 15 minutes
Batch API: 10 requests per minute
✓
Bearer Token Authentication
✓
JSON Input Validation
✓
File Corruption Recovery
✓
Atomic Write Operations
Team Broadcast Override
Force specific teams to return designated words
Global Broadcast Override
Force ALL teams to return the same word
Broadcast Status
Loading broadcast status...