I am working on a documentation work, where I need to list all Teams present in account section of my integrated developer portal. Also I need details about, what all apps are present in a Team and member details of a Team.
Do we have Management API / REST APIs which will help me to gather above information rather than using Apigee X UI.
Hi @rohitshete,
I noticed your question hasn’t been answered yet. Don’t worry—we’ll keep an eye on it and try to get some input from other members soon.
Hello @rohitshete
Unfortunately there is no API at this point in time for managing teams-entities in a non-UI fashion (see more here: https://cloud.google.com/apigee/docs/api-platform/publish/portal/developer-teams)
Not sure if you have reviewed the Drupal portal implementation for team management (see more here: https://www.drupal.org/docs/extending-drupal/contributed-modules/contributed-module-documentation/ap...) but they do utilize the AppGroups API behind the scenes, which could mitigate your issue at hand (App Groups API reference is documented here: https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups, where you could in theory synchronize the two entities)
Please let us know if you have any questions and/or concerns - thanks!