company or team management in APIGEE X

Hi team,

I used APIGEE edge management APIs to manage teams on portal, I am using these resources:

Company, companyApp, CompanyDeveloper, ...

Do we have company or team management APIs in APIGEE X. What happen for these APIs if we migrate EDGE to X?

Solved Solved
1 4 382
1 ACCEPTED SOLUTION

You can add developer/members as custom attributes of the AppGroup.

See this: https://cloud.google.com/apigee/docs/api-platform/publish/organizing-client-app-ownership#migrating-...

We store AppGroup membership information inside '__apigee_reserved__developer_details'  attribute with key value (Combination of developers and roles see here )

I hope this answers your question.

For more information see Apigee API doc :https://cloud.google.com/apigee/docs/reference/apis/apigee/rest

View solution in original post

4 REPLIES 4

Thanks @shishir21 and do you know how can I add developer to AppGroups?

You can add developer/members as custom attributes of the AppGroup.

See this: https://cloud.google.com/apigee/docs/api-platform/publish/organizing-client-app-ownership#migrating-...

We store AppGroup membership information inside '__apigee_reserved__developer_details'  attribute with key value (Combination of developers and roles see here )

I hope this answers your question.

For more information see Apigee API doc :https://cloud.google.com/apigee/docs/reference/apis/apigee/rest

Thank you @shishir21 it was what I need exactly.