How to display all the people in my organization using curl command?

Do you have any curl command so that my app can be displayed to all the people in my organization?

Hey Rhian,

This curl command is a valuable tool for uploading an Android application to LambdaTest’s manual API. It’s excellent that you’re exploring this process. To make sure that the “visibility” is always set to “team,” you can use the provided command as follows:

curl -u "ritamg:acess_key" -X POST "https://manual-api.lambdatest.com/app/upload/realDevice" -F "url=https://prod-mobile-artefacts.lambdatest.com/assets/docs/proverbial_android.apk" -F "name=Proverbial_App" -F "custom_id=sampleName" -F "storage=url" -F "visibility=team"

By including “visibility=team” in the command, you’re ensuring that the uploaded Android app is accessible to your team.

If you have any questions or need further assistance with API integrations or any other testing-related topics, please follow our LambdaTest API support documentation for better insights.

We’re here to help you make the most of your testing processes! :blush: