Skip to content

Unlock account

DELETE
/api/v1/admin/security/lockouts/{identifier}
curl --request DELETE \
--url http://localhost:3001/api/v1/admin/security/lockouts/example \
--header 'Authorization: <Authorization>'

Unlock a locked account by identifier. Requires admin:view_audit_logs permission.

identifier
required
string

Account identifier (user address or IP)

type
string

Identifier type (user or ip, default: user)

OK

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

Unauthorized

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Forbidden

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Internal Server Error

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}