GraphQL OBJECT

UserAccountSearchResult

User accounts that match the search parameters.

link Definition

  • type UserAccountSearchResult {
  • # List of results that match the search parameters.
  • userAccounts: [UserAccountSearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by