This function retrieves a team user's configuration settings for two-factor authentication.
uapi --output=jsonpretty \ --user=username \ TwoFactorAuth \ get_team_user_configuration \ team_user=teamuser
{- "apiversion": 3,
- "func": "get_team_user_configuration",
- "module": "TwoFactorAuth",
- "result": {
- "data": {
- "is_enabled": 1,
- "issuer": "Example WebPros International, LLC"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}