userSearchResultsEntity
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A serialized representation of this class can be placed in the entity body of
a request or response to or from the API. This particular entity holds a
reference to UserSearchResultDTOs and UserGroupSearchResultDTOs.
XML
Elements
| name (type) |
min/max occurs |
description |
|
userResults (userSearchResult)
|
0/unbounded |
The user search results.
|
|
userGroupResults (userGroupSearchResult)
|
0/unbounded |
The user group search results.
|
JSON
| property |
type |
description |
| userResults |
array of userResults (userSearchResult)
|
The user search results.
|
| userGroupResults |
array of userGroupResults (userGroupSearchResult)
|
The user group search results.
|