[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Orgs Max OAuth Apps
DescriptionGet the maximum number of OAuth Apps allowed for current Org. The default number of OAuth Apps allowed for an Org is 200 unless it has Service Owner role, in such a case the allowed number of OAuth Apps will be unlimited (the returned value will be 1,000,000)
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/max-oauth-apps
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
MaxOAuthApps
of type application/json
{
"maxOAuthApps": 0
}
integer
maxOAuthApps
Optional
Organization maximum number of OAuth Apps allowed.
Errors
401
Unauthorized - The user is not authorized to use the API
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}/max-oauth-apps
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator