UserSearchResult
UserSearchResult
When searching for users, the search results in some additional information.
This object describes the additional information.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"principal": "string",
"fullName": "string",
"group": false
}
string
principal
Required
Login name of a user or the name of a group.
This key is the user within the searched domain.
string
fullName
Optional
Full name of the user found by the search, or the description of a group, if available.
boolean
group
Required
If this is true, then the result is a group.
If this is false, then the result is a user.
Property Of
Used By
Returned By