Check 2fa
PUT
/auth/check_2faLast modified: 3 days ago
Check if the user has 2fa enabled.
This endpoint has a limitation of 5 requests per minute from the same IP.
Request
Query Params
username
string
required
Username of the user
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Check 2fa
Data Schema
object {0}
Example
{}
Last modified: 3 days ago