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