Hi
I have question related to the "set the status of a Company" API.
Setting company as “inactive” in Apigee is disabling/revoking
(1) existing generated OAuth2.0 tokens and APP Keys & Secrets
(2) new creation of APP Keys & Secrets and OAuth2.0 token?
Or will it not have any impact?
This is related to management API
Thanks, Harish
I am remember testing this a while ago, when a company is set to "inactive" the following happens.
1. Existing tokens, app keys & secrets become unusable. The app gets to know when it makes a request
2. New tokens cannot be generated as keys & secrets become invalid. New app & secret could be created but they will not be usable.
This should be a straight froward test case, please do validate and affirm if there is any inaccuracy in my answer.