How do I add Development teams and Development users in the App Console?
Hi @Kei Hoshino , Unfortunately, it is not possible to share access to an API app's page on the App Console. You won’t be able to add additional developers or a team to an app to allow other accounts to view or configure its settings on the App Console. However, I'll be sure to pass this along as a feature request. I can't promise if or when it might be implemented, though.
@Kei Hoshino Alternatively, if you are asking how to connect specific accounts/teams to your app as end-users, you would do so by implementing the OAuth app authorization flow in your app, and then having your end-users process that flow, starting in your app itself, to authorize the app to access their accounts/team. You can find information on how that works in the OAuth Guide.