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"
]
}
]
}
]
}
Organization Controller Operations
GET
Get By Id
GET
Get Role By Org Id And Role Id
PATCH
Patch Org
PATCH
Patch Org Roles
GET
Search Org Groups