Hierarchy

  • BaseListQueryParams
    • ApplicationUserListQueryParams

Properties

limit?: number

Description

The maximum number of data per queried page.

metaDataKeyFilter?: string

Description

User meta data key filter. User list containing only and exactly the passed User meta data will be returned.

metaDataValuesFilter?: string[]

Description

User meta data values filter. User list containing only and exactly the passed User meta data will be returned.

nicknameStartsWithFilter?: string

Description

A filter to return users whose nicknames start with the specified string.

userIdsFilter?: string[]

Description

User IDs filter. User list containing the passed User IDs will be returned.

Generated using TypeDoc