Hi, There is some threads that talks about API for ingame data which is ok, but not about org management which is in organization view far more important. Small orgs don't really need it and it's mainly for the big and well organized groups like goon and test as an example, where thousands of people need to be managed daily. Born in EvE Online FrogSwarm use games API to help in members management, we had 2000 members in 6 years and more than 400 active and even if it's not the size of the bigger groups, you need to automate a lot of things to not get overwhelmed by your member management. We have a centralized service called SSO which is an extremely secured Single Sign On for our player base to be able to use only one credential to access to all our services, web, mumble, app, etc... But this is also interface for our HR Officers and management automatization: - A new apply request will need to be validated in SSO to gain access. - An inactive member will automatically lost access and be kicked after 45 days. - An ingame member that left our org / kicked will automatically loose his access. - And so on... This is how it's working right now in some others games we play. We started to implement 3 years ago a minimal authentication for Star Citizen to link our members profiles with their RSI account. Then we really would love to have a global API in Star Citizen that grant us the access to: Public API - User management: List User info like user ID, corp ID (if obviously not hidden / redacted). Org API - Org management: List / Accept / Refuse the members applications - Org management: List / Kick / Promote / Demote corp members - Org members: List and last epoch activity by members. With this, we could use the API in our application to reflect the accept / reject / expel / access of our application and the RSI org. Management our members without having to log on RSI or ingame would be very helpful. Users API Also let's say that it also could have users API level where users control their data to hide / grant as EvE Online API and generate ID / Key pair as they need it for 3rd party app for example and so on. We could then ask our members to provide us a full API Key for org security reasons to verify their assets / transactions / affiliations in their account as we do in EvE.