Query string parameter available for few API users only

Not applicable

I have a query string parameter that lets me determines what I'm responding with on my API, however I want this feature to be available to few selected API users only. I'm wondering if there's any kind of apigee feature that allows me control this as a config for my users.

Thank you for your help!

0 1 527
1 REPLY 1

@dtemesgen ,

Yes, you can able to do that in Apigee. You can have Developer Attributes associated with API Users. When they create APPs to get API keys & Make the API call using the keys, You can retrieve these attributes & implement the logic that determines who can able to use the query string parameter.

You will have full control of request & response of an API in Apigee. Give it a try & let us know if you see any issues.