[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Get Groups

Description

Get user groups from IAM with an optional filter by display_name or list of group_ids(exclusive)

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/auth/v1/admin/groups
Copy

Query Parameters

Query Parameters

string
display_name Optional

array of string
group_ids Optional

string
next_link Optional

string
org_id Optional

integer
top Optional

Response

Response

Response Body

Response Body

200 OK

Returns GroupsResponse of type */*
{
	"groups": [
		{
			"displayName": "aduser1",
			"id": "id-12345",
			"onPremisesDomainName": "horizonv2.local",
			"onPremisesSecurityIdentifier": "S-1-5-21-2502306595",
			"securityIdentifier": "S-1-12-1-2011878264"
		}
	],
	"nextLink": "string"
}
array of Group
groups Optional

List of user groups


string
nextLink Optional

Link to the next page of user groups when pagination is used

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/auth/v1/admin/groups


Feedback

Was this page helpful?