Search Org Groups

Search Org Groups

Use this API instead:

  • /scim/v2/Groups

Performs a search for groups in the organization.

Access Policy

Role Access
Platform operator ✔️
Organization Owner ✔️
Organization Member ✔️
Service Account (Whitelisted Client) ✔️
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/csp/gateway/am/api/orgs/{orgId}/groups-search
COPY
Path Parameters
string
orgId
Required

orgId

Query Parameters
string
groupSearchTerm
Required

groupSearchTerm


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

The list of results.


401

The user is not authorized to use the API.

Returns SearchGroupsResponse of type(s) */*
"SearchGroupsResponse Object"
array of object
results
Required

The list of results.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/am/api/orgs/{orgId}/groups-search?groupSearchTerm=v