Search Org Groups

Search Org Groups

Perfroms a search for groups in the organization.

Request
URI
GET
https://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/orgs/{orgId}/groups-search
COPY
Path Parameters
string
orgId
Required

orgId

Query Parameters
string
groupSearchTerm
Required

groupSearchTerm


Responses
200

default response

Returns SearchGroupsResponse of type(s) */*
{
    "results": [
        {
            "id": "string",
            "displayName": "string",
            "domain": "string",
            "usersCount": 0,
            "organizationRoles": [
                {
                    "id": "string",
                    "orgId": "string",
                    "name": "string",
                    "displayName": "string"
                }
            ],
            "serviceRoles": [
                {
                    "serviceDefinitionId": "string",
                    "serviceRoleNames": [
                        "string"
                    ]
                }
            ]
        }
    ]
}
results
Optional

results