[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Organization Clients
DescriptionGet the Oauth App clients in the given organization. These are the oauth apps which have been assigned roles in the given organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/clients
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
Query Parameters
Query Parameters
string
pageLimit
Optional
Maximum number of Apps to return in response. Defaults to 200.
string
pageStart
Optional
Start index of records to fetch. Defaults to 1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
PagedResponseCpnOauthAppClients
of type application/json
This response body class contains all of the following:
PagedEntityDetails, InlinePagedResponseCpnOauthAppClients1
Errors
403
Forbidden - User does not have permission for this operation
404
Not Found - The requested resource does not exist
500
Internal Server Error - An unexpected error has occurred while processing the request
Code Samples
cURL Command
curl https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/clients
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator