Questo contenuto non è disponibile nella lingua selezionata.
6.2. List Authorizations
List all authorizations for the specified user account and provide the client with additional resource links to manage existing authorizations.
Method | URL Structure |
---|---|
GET | /broker/rest/user/authorizations |
Not applicable
curl -X GET https://openshift.redhat.com/broker/rest/user/authorizations --user user@example.com:password"
$ curl -X GET https://openshift.redhat.com/broker/rest/user/authorizations --user user@example.com:password"
The API returns the authorizations resource with related resource links which have been left out for brevity. No resource links are returned if the user account does not contain any authorizations. See Chapter 6, Authorizations for more information on all authorization parameters.