[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Organization Groups
DescriptionLists all enterprise groups in a specified organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups
Path Parameters
Path Parameters
string
orgId
Required
- Fetch the groups for the given orgId
Query Parameters
Query Parameters
string
pageLimit
Optional
- Maximum number of groups to return in response. Defaults to 100
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
PagedResponseGroupOrgAndServiceRolesForAuth
of type application/json
This response body class contains all of the following:
PagedEntityDetails, InlinePagedResponseGroupOrgAndServiceRolesForAuth1
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator