Get Get O Auth2 Client Summary List

Get Get O Auth2 Client Summary List

This endpoint is used to read the list of OAuth 2.0 clients VMware Identity Manager has registered.

Request
URI
GET
https://{api_host}/SAAS/jersey/manager/api/oauth2clients
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns OAuth2ClientSummaryList of type(s) application/vnd.vmware.horizon.manager.oauth2clientsummarylist+json
{
    "items": [
        {
            "scope": "admin",
            "rememberAs": "my oauth client",
            "_links": {
                "_links": {
                    "href": "string",
                    "params": {}
                }
            },
            "mediaType": "application/vnd.vmware.horizon.manager.clientcredentialsoauth2client+json",
            "clientId": "oauth_clientid"
        }
    ],
    "_links": {
        "_links": {
            "href": "string",
            "params": {}
        }
    }
}
array of object
items
Optional

The list of items in the current page

object
_links
Optional

_links


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/SAAS/jersey/manager/api/oauth2clients