The response for a success login contains data about the user that has just signed in.
However, the response doesn’t follow any relationships, and just has null for fields which are relational.
This is also true when those fields have the ‘Auto load’ check box enabled in the console.
Performing a search / find for that user will populate the relational fields as expected.
Currently, I have to wait for a successful sign in, then perform a findById of the same user to get everything. If possible, it would be nice for this data to be present in the response for the login.
I have encountered this behavior in the Android SDK and when using the REST API.