How to get Contributors details from workspace using postman apis

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 :wave:

Welcome to the Postman Community! :postman:

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.

In our organization we have ’ Enterprise Ultimate’ plan , not sure if it enables secret scanner to send mail to the users.
Our requirement is who ever hardcoded the secrets ,we fetch the workspace and send the mail to contributors in the workspace. So, for that we need to get contributors details from workspace and looking for the api which give’s that. I hope my requirement is clear

Are you not able to see that here and action on those directly?

https://go.postman.co/settings/team/secret-scanner

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.