Gets user's two-factor authentication settings.
확인
인증되지 않음
금지됨
찾을 수 없음
처리할 수 없는 엔터티
curl --request GET \ --url https://login.xsolla.com/api/projects/{project_id}/users/{user_id}/mfa \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "change_restricted": true,
- "mfa_enabled": true,
- "mfa_type": "email"
}