Skip to main content
Version: v2026.0.0

The unlock account service allows an administrator to unlock a user account that has been locked due to too many failed login attempts.

Unlock an account

# <CORE_HOST>  FlowerDocs Core base URL
# <TOKEN> authentication token
# <USERNAME> username of the locked account
curl -X POST "<CORE_HOST>/rest/unlock/<USERNAME>" \
-H "token: <TOKEN>"