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

UsersResponse

Properties

string
nextLink Optional

Link to the next page of users when pagination is used


array of UserInfo
users Optional

List of users

JSON Example

{
	"nextLink": "string",
	"users": [
		{
			"active": true,
			"avatar": "url",
			"azureAdDomain": "string",
			"department": "Finance",
			"displayName": "John Smith",
			"distinguishedName": "CN=JSMITH,DC=vmware,DC=com",
			"domain": "horizonv2.local",
			"familyName": "Smith",
			"givenName": "John",
			"id": "1223234",
			"ipaddr": "0.0.0.0",
			"onPremisesUserPrincipalName": "john.smith@horizonv2.local",
			"orgIds": [
				"string"
			],
			"tid": "1223234",
			"userDomain": "string",
			"userGroups": [
				"string"
			],
			"userName": "john.smith",
			"userPrincipalName": "john.smith@horizonv2.onmicrosof.com",
			"userSid": "S-1-5-21-2502306595"
		}
	]
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Returned By

Get Users

Feedback

Was this page helpful?