
JamesN.83470 (Customer) asked a question.
Hi,
I'm attempting to write a custom report against our Okta users, utilizing the Okta API. I find that when I GET a user, the profile properties seem to be limited only to Login, Email, FirstName, LastName, MobilePhone, and SecondaryEmail. We have a need for additional attributes to show in the report, but I can't seem to figure out how to view things like employeeNumber, department, lastDayWork (populated from Workday via Lifecycle).
Is this possible?

Gabriel's powershell stuff is great (https://github.com/gabrielsroka, for anyone reading this who hasn't discovered it already). I use the powershell module and the rockstar add-in for Chrome, which saves me a lot of time.
What version of the OktaAPI module are you using? I've got the 1.0.12 version, and the output from Get-OktaUser includes all the populated (non-null) profile attributes.