UserOrGroupLocalSummaryInfoV2
Local Summary Information related to AD Users or Groups. List API returning this summary information can use search filter query to filter on specific fields supported by filters. Supported Filters : 'And', 'Or', 'Equals', 'StartsWith', 'Contains'. See the field description to know the filter types it supports.
{
"application_entitlements": [
"S-1-1-1-3965912346-1012345398-3123456564-123"
],
"application_local_session_ids": [
"7cdd624f-37d1-46c1-ab96-695a5d13956f"
],
"application_pool_ids": [
"0223796c-102b-4ed3-953f-3dfe3d23e1de"
],
"container": "example.com/Users",
"description": "Test User account",
"desktop_entitlements": [
"S-1-1-1-3965912346-1012345398-3123456564-123"
],
"desktop_local_session_ids": [
"7cdd624f-37d1-46c1-ab96-695a5d13956f"
],
"desktop_pool_ids": [
"0103796c-102b-4ed3-953f-3dfe3d23e0fe"
],
"display_name": "example.com\\\\testuser",
"distinguished_name": "CN=Test User,CN=Users,DC=example,DC=com",
"domain": "example.com",
"email": "[email protected]",
"first_name": "Test",
"group": false,
"held_user": false,
"id": "S-1-5-21-1111111111-2222222222-3333333333-500",
"kiosk_user": false,
"last_name": "User",
"login_name": "testuser",
"long_display_name": "[email protected] (Test User)",
"machine_ids": [
"0223796c-102b-4ed3-953f-3dfe3d23e1de"
],
"name": "Test User",
"persistent_disk_ids": [
"c1d5aec7-2126-3c55-aefa-11949003c9c2"
],
"phone": "1-877-486-9273",
"unauthenticated_access_user": false,
"user_display_name": "Test User",
"user_principal_name": "[email protected]"
}
Local application entitlements for this user or group.
Ids for local application sessions for this user.
Local application IDs for which this user has an entitlement. Supported Filters : 'Contains'.
AD container for this user or group. This property can be used for sorting.
Description number of this user or group. Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.
Local desktop entitlements for this user or group.
Ids for local desktop sessions for this user.
Local desktop IDs for which this user has an entitlement. Supported Filters : 'Contains'.
Login name with domain of this user or group. This property can be used for sorting.
Active Directory distinguished name for this user or group. This property can be used for sorting.
DNS name of the domain in which this user or group belongs. Supported Filters : 'Equals'. Also, if 'Or' filter is used anywhere in filter string for this model class, then that 'Or' filter should nest only 'Equals' filter on 'domain' or 'id' field. This property can be used for sorting.
Email address of this user or group. Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.
First name of this user or group. This property can be used for sorting.
Indicates if this object represents a group. Supported Filters : 'Equals'. This property can be used for sorting.
Indicates if this user is a "held user". Supported Filters : 'Equals'. This property can be used for sorting.
Unique SID representing this AD User or Group. Supported Filters : 'Equals'.'Or' filter chain of 'Equals' filter can be used to query for more than one id. For this model, if 'Or' filter is used, then it should nest only 'Equals' filter on 'domain' or 'id' field.
Indicates if this user or group is a "kiosk user" that supports client authentication. Client authentication is the process of supporting client devices directly logging into resources. This property can be used for sorting.
Last name of this user or group. This property can be used for sorting.
Login name of this user or group. Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.
Login name, domain and name for this user or group, else display name This property can be used for sorting.
Machines this user or group is assigned to.
Name of this user or group. Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.
The persistent disk(s) assigned to this user.
Phone number of this user. Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.
Whether or not this is unauthenticated access user.Supported Filters : 'Equals'. This property can be used for sorting.
User or group's display name. This corresponds with displayName attribute in AD. This property can be used for sorting.
User Principal name(UPN) of this user. Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.