TransitioningToStatus not being returned when fetching user

I’m currently having issues when attempting to read the TransitiongToStatus User property when fetching a user => Get /api/v1/users/id. The header is not omitting the property, so I don’t understand why it’s not being returned? The property is also coming back null when fetching the user using the Okta SDK. Are my assumptions wrong about how this property is returned? The documentation around this property is not very good.

Basically the reason I need to check this property is sometimes when I activate users and attempt to update their properties, an exception is being returned that their State has yet to transition to active.

https://developer.okta.com/docs/reference/api/users/#activate-user

Did you ever find TransitiongToStatus?