このコンテンツは選択した言語では利用できません。
6.2. List Authorizations
Description
List all authorizations for the specified user account and provide the client with additional resource links to manage existing authorizations.
Method and URL Structure
Method | URL Structure |
---|---|
GET | /broker/rest/user/authorizations |
Request Parameters
Not applicable
cURL Command Example
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"
JSON Response
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.