diff --git a/wiki/Users.md b/wiki/Users.md index 02c2e756..dc70e3b9 100644 --- a/wiki/Users.md +++ b/wiki/Users.md @@ -1123,8 +1123,9 @@ The `isarchived`, `issuspended` and `isdisabled` options can be used to select u | isdisabled false | Non-Archived and Non-Suspended Users | When any of `isarchived [true]`, `issuspended [true]`, `isdisabled [true]` are specified, -the options `disabledafter ` and/or `disabledbefore ` can be used to further limit -the users displayed. +the options following options can be used to further limit the users displayed. +* `disabledafter ` - Display users disabled on/after `` +* `disabledbefore ` - Display users disabled before `` ### Examples Display users suspended more than 90 days ago. @@ -1230,8 +1231,9 @@ The `isarchived`, `issuspended` and `isdisabled` options can be used to select u | isdisabled false | Non-Archived and Non-Suspended Users | When any of `isarchived [true]`, `issuspended [true]`, `isdisabled [true]` are specified, -the options `disabledafter ` and/or `disabledbefore ` can be used to further limit -the users displayed. +the options following options can be used to further limit the users displayed. +* `disabledafter ` - Display users disabled on/after `` +* `disabledbefore ` - Display users disabled before `` ### Examples Display staff users suspended more than 90 days ago.