diff options
Diffstat (limited to 'doc/api/users.md')
-rw-r--r-- | doc/api/users.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index 33b6efa7a02..f95ad7b62ba 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -1172,7 +1172,7 @@ Returns: - `404 User Not Found` if user cannot be found. - `403 Forbidden` when trying to deactivate a user: - Blocked by admin or by LDAP synchronization. - - That has any activity in past 14 days. These cannot be deactivated. + - That has any activity in past 180 days. These users cannot be deactivated. ## Activate user |