AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Identity
  4. Queries
  5. userAccounts

userAccounts: PagingResultOfUserAccount!

Gets paged list of all User Accounts.

  1. filterBy
  2. and

id: PropertyFilterOfGuid__Input

username: PropertyFilterOfStringInput

isDeleted: PropertyFilterOfBooleanInput

failedLoginAttempts: PropertyFilterOfInt32Input

lockdownEndDate: PropertyFilterOfNullableOfDateTimeOffsetInput

isLocked: PropertyFilterOfBooleanInput

isGlobalSuperAdmin: PropertyFilterOfBooleanInput

timeZone: PropertyFilterOfTimeZoneInfoInput

culture: PropertyFilterOfCultureInfoInput

title: PropertyFilterOfStringInput

firstName: PropertyFilterOfStringInput

middleName: PropertyFilterOfStringInput

lastName: PropertyFilterOfStringInput

emailAddress: PropertyFilterOfStringInput

isEmailAddressConfirmed: PropertyFilterOfBooleanInput

cellPhoneNumber: PropertyFilterOfStringInput

isCellPhoneNumberConfirmed: PropertyFilterOfBooleanInput

fullName: PropertyFilterOfStringInput

fullNameWithTitle: PropertyFilterOfStringInput

externalIdentifier: PropertyFilterOfExternalIdFilterInput

externalIdentifierId: PropertyFilterOfGuidInput

or: [UserAccountFilterInput!]

and: [UserAccountFilterInput!]