Summary
Question
Answer
Yes, but only starting at version 15 of ALM. Site Administration REST API guide is available for SA users, this allows to perform via REST all available actions from the GUI Site Admin on users, projects, domains and parameters.
To authenticate using an API key use the following:
1. POST http://16.40.173.10:8080/qcbin/rest/oauth2/login
2. Header required: Content-Type: application/json
3. For the body use:
{"clientId":"oauth2-wySfthjk8uGi4Kdj4DFH@MyCompany.com", "secret":"etUgyeKdMvftoO8dI3CW"}
Perform your rest calls and finally logout using:
GET http://16.40.173.10:8080/qcbin/authentication-point/logout