🚀 RingCX Admin API Mock Server

v1.10.0

Interactive API Tester • Click to expand

📋 GET Endpoints
GET /sub-accounts List all sub accounts
GET /agent-groups List agent groups
GET /users-with-roles Users with assigned roles
GET /users-without-roles New users without roles
GET /roles Available roles (filter by subAccountIds)
GET /user/:rcUserId/roles Roles for specific user

Use IDs from /users-with-roles or 165000001 (user without roles)

✏️ PATCH Endpoints
PATCH /agents/roles Assign roles to agents

Required when skipConflictingAgents=false

💡 409 Conflict: Only if user is in DIFFERENT group in SAME subAccount. Same group = OK.

PATCH /admins/roles Assign admin roles

No 409 Conflict for admins (per spec)