<div dir="ltr">Hi buildfarm admins,<div><br></div><div>Is it possible/easy to export, over http in JSON, the list of all active maintainer accounts? We could use it to cross-match the buildfarm account statuses with the CSW database, which is used by the website. This would help us maintain a consistent maintainer status.</div><div><br></div><div>Something like:</div><div><br></div><div>[</div><div>{</div><div>  "name": "maciej",</div><div>  "type": "maintainer",</div><div>  "active": true</div><div>},</div><div><div>{</div><div>  "name": "somebody",</div><div>  "type": "maintainer",</div><div>  "active": false</div><div>},<br><div><div>{</div><div>  "name": "somebodyelse",</div><div>  "type": "upstream",</div><div>  "active": true</div><div>}</div></div></div></div><div>]</div><div><br></div><div>Maciej</div></div>