SudoSOS Back-end API / users / UserFilterParameters
Interface: UserFilterParameters ​
Parameters used to filter on Get Users functions.
Properties ​
active? ​
ts
optional active?: boolean;allowDeleted? ​
ts
optional allowDeleted?: boolean;allowPos? ​
ts
optional allowPos?: boolean;assignedRoleIds? ​
ts
optional assignedRoleIds?: number | number[];deleted? ​
ts
optional deleted?: boolean;id? ​
ts
optional id?: number | number[];ofAge? ​
ts
optional ofAge?: boolean;organId? ​
ts
optional organId?: number;pointOfSaleId? ​
ts
optional pointOfSaleId?: number;search? ​
ts
optional search?: string;type? ​
ts
optional type?: UserType;