Return all Properties of a logged in user

Hi,

I have got CustomUserAuth class.

But if I log into the API with the credentials provider it only returns the properties “userId”, “sessionId”, “userName”, “displayName”, “profileUrl”.

How can I return other properties like Firstname and Lastname?

Greetings
Andre

Just create a service that returns the User’s CustomUserAuth or its AuthUserSession, whatever’s preferred.