diff --git a/administration/runtime.md b/administration/runtime.md index e8702da5d..9c4d07266 100644 --- a/administration/runtime.md +++ b/administration/runtime.md @@ -116,3 +116,16 @@ Usage: openhab:send - sends a command for an item | `openhab:firmware list ` | Lists the available firmwares for a thing type. | | `openhab:firmware status ` | lists the firmware status for a thing | | `openhab:firmware update ` | updates the firmware for a thing | + +### Users + +| Command | Description | +|---------------------------------------------------------|--------------------------------------------------------------------------------------------| +|`openhab:users list` | lists all users | +|`openhab:users add ` | adds a new user with the specified role | +|`openhab:users remove ` | removes the given user | +|`openhab:users changePassword ` | changes the password of a user | +|`openhab:users listApiTokens` | lists the API tokens for all users | +|`openhab:users addApiToken ` | adds a new API token on behalf of the specified user for the specified scope | +|`openhab:users rmApiToken ` | removes (revokes) the specified API token | +|`openhab:users clearSessions ` | clear the refresh tokens associated with the user (will sign the user out of all sessions) |