I have a program written in Python that checks the current admin status of those admins representing their clubs in the TMCL tournaments.
It's worked well up until now to highlight those admins that have been removed or left their clubs but today I came across one who used to be an admin but has now become a 'coordinator'.
Coordinators don't appear in the list of admins in the club endpoint. For example, AstroHorse7 is a coordinator in this club:-
I have a program written in Python that checks the current admin status of those admins representing their clubs in the TMCL tournaments.
It's worked well up until now to highlight those admins that have been removed or left their clubs but today I came across one who used to be an admin but has now become a 'coordinator'.
Coordinators don't appear in the list of admins in the club endpoint. For example, AstroHorse7 is a coordinator in this club:-
https://www.chess.com/club/chocolate-ii
but the club endpoint gives this list of admins:-
https://api.chess.com/pub/club/chocolate-ii
"admin": "https://api.chess.com/pub/player/empr14","https://api.chess.com/pub/player/bsaeagle60","https://api.chess.com/pub/player/irinolf"]
Shouldn't coordinators be included in the list of admins?