IsUserEnabled Criterion¶
The IsUserEnabled Search Criterion searches for user accounts that are enabled or disabled.
Arguments¶
- (optional)
value- bool representing whether to search for enabled (defaulttrue) or disabled user accounts
Example¶
You can use this Search Criterion over the REST API, in the payload of the POST /views request:
1 2 3 4 5 | |
1 2 3 4 5 | |