Interface UsersApiListUsersRequest

Hierarchy

  • UsersApiListUsersRequest

Properties

filter?: string

Filter all users by the given string. Defaults to no filtering.

filterStatus?: string

Filter on status attribute. Comma separated list, with possible values Active, Pending, and Disabled. Defaults to no filtering.

pageNumber?: number

Specific page number to return.

pageSize?: number

Size for a given page. The maximum allowed value is 100.

sort?: string

User attribute to order results by. Sort order is ascending by default. Sort order is descending if the field is prefixed by a negative sign, for example sort=-name. Options: name, modified_at, user_count.

sortDir?: v2.QuerySortOrder

Direction of sort. Options: asc, desc.

Generated using TypeDoc