java.lang.NullPointerException: Cannot read field "multiFactorConfiguration" because "<parameter1>" is null
- 
On my local dev I have
- FusionAuth version [1.38.0] (in a docker container),
 - Reactor enabled,
 - Email MFA enabled for a tenant, and
 - a user configured with MFA
 

When I call the following endpoint for that user
GET {{fusionAuth}}/api/two-factor/status?userId={{fusionUserId}} Authorization: {{API_KEY}}I get

I'm not sure where to look next.
 - 
@carlnapiercook Hmmm. Sorry about this.
Did you solve this? Can you recreate on a later version of FusionAuth?