Hi
We are developing an application that connects to AWX to launch jobs using the API and a token. Before launching the job, the app checks for some data in Ansible: the host exists, the credentials exists, etc. We have tried with read, member and execute permissions for the user on the organization, but the user, using the API, can’t see any host or credential, only job templates. Giving the user admin permissions, can see all, but also managing them, but we don’t need the user to manage objects, only to see them to check their existence. What would be the correct permissions to achieve this?
Regards.