GET
/api/users/{userId}/logto-configs
curl \
--request GET 'https://[tenant_id].logto.app/api/users/{userId}/logto-configs' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"mfa": {
"skipped": true
}
}