Solutons Lounge

How to get Contributors details from workspace using postman apis – πŸ™‹ Help


I am trying to get contributors details from a workspace but there is no postman api i find which will give me the desired output. Can you help me jow to get Contributors details from workspace using postman api’s

Hey @akhileshkr502

Welcome to the Postman Community!

Could you explain more about the use case here and how that information is going to be consumed?

HI @danny-dainton , We are trying to build an automation which detects the secrets which are hardcoded and send mail to the contributors within the workspace. I will consume postman api from my azure logic app using my API Key.
Please let me know if you need more info

Do you not get that layer of automated detection from the Secret Scanner?

Also, no sensitive information should hard coded as a good practice to follow for your team. Ensure that variables are being used where applicable and store this data only in the current values to ensure that that stays local to your session.

The Postman Vault should make this easier for your team to have their own locally encrypted sensitive data store. The Vault variables can be called in your requests using the {{vault:var_name}} syntax.



Source link

Exit mobile version