Hi !
I'm working on a python application who interact with a Galaxy server. For this purpose, I use the library bioblend to communicate with galaxy.
To start a job or get a user history, I have to use the user API key. I can generate it for the new users but, for users who already have an account, an API key could already exist. Currently I known how to find the username, the email and the user ID using the administrator API key.
How to find the API key if she already exists?