Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
UsersModel
ListUsersOptions
Interface ListUsersOptions
interface
ListUsersOptions
{
limit
?:
number
;
offset
?:
number
;
orderBy
?:
string
;
search
?:
string
;
status
?:
UsersModel
.
Status
;
twoFactor
?:
TwoFactor
;
}
Hierarchy (
view full
)
PaginationOptions
ListUsersOptions
Index
Properties
limit?
offset?
order
By?
search?
status?
two
Factor?
Properties
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
order
By
order
By
?:
string
Optional
search
search
?:
string
Optional
status
status
?:
UsersModel
.
Status
Optional
two
Factor
two
Factor
?:
TwoFactor
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
limit
offset
order
By
search
status
two
Factor
@crowdin/crowdin-api-client
Loading...