GraphQL OBJECT
UserAccountSearchResult
User accounts that match the search parameters.
link Definition
- type UserAccountSearchResult {
- # List of results that match the search parameters.
- : [UserAccountSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }