[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

Get Organization Clients

Description

Get the Oauth App clients in the given organization. These are the oauth apps which have been assigned roles in the given organization.

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/clients
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PagedResponseCpnOauthAppClients of type application/json
This response body class contains all of the following: PagedEntityDetails, InlinePagedResponseCpnOauthAppClients1
Errors

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

Code Samples

cURL Command

curl https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/clients


Feedback

Was this page helpful?