Good day everyone! Can You advice me how I can get last login date for an application user?
I want to get app-level profile fields and login date with one request to Okta.
If I call /apps/:appId/users/:userId I get related profile, but response hasn’t a needed date, but for /users/:id endpoint, I can get a user with target date (lastLogin field), but without app profile attributes.
Thank you in advance!