<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000AIHOeeCQHOkta Classic EngineAdministrationAnswered2024-12-31T16:57:01.000Z2024-12-10T22:35:48.000Z2024-12-31T16:57:01.000Z
Adding fields to the okta user object profile

I am trying to add fields to the okta user profile object in powershell. When I get the user information the fields that are NULL value in the Okta user profile do not show up the in object in powershell. I'd like to be able to add/update the information for these fields in Powershell.

 

Example

$tmpuser.profile does not have the title field. I have tried to do a $tmpuser.profile.add("title","Systems Engineer") but that doesn't work. I have tried $tmpuser.profile += "title" also with no luck.

 

Any assistance would be appreciated.

 


  • DianaL.19788 (Customer Support Online Community and Social Care)

    Hello @User15976987613926449178 (Customer)​ , thank you for contacting Okta Community.

     

    I've brought your question to a few of our colleagues. An easy check you can do is to make sure that the attribute you are trying to retrieve is not missing. In that case, the attribute is null, so there is nothing to retrieve - therefore, it's expected behavior.

     

    However, you may need a support ticket for more in-depth troubleshooting. Support tickets are currently only available for paid accounts. If you have a paid production account with us, please leverage it to open a case via the support.okta.com site or call the support line.

    If those options are not available for you despite having a paid account, please contact your Okta Account Executive or Customer Success Manager, and they will be able to engage the Support team on your behalf. 

     

    Regards.

    --

    Ask Us Anything about Okta FastPass - now thru December 11th

    Expand Post
    Selected as Best
  • DianaL.19788 (Customer Support Online Community and Social Care)

    Hello @User15976987613926449178 (Customer)​ , thank you for contacting Okta Community.

     

    I've brought your question to a few of our colleagues. An easy check you can do is to make sure that the attribute you are trying to retrieve is not missing. In that case, the attribute is null, so there is nothing to retrieve - therefore, it's expected behavior.

     

    However, you may need a support ticket for more in-depth troubleshooting. Support tickets are currently only available for paid accounts. If you have a paid production account with us, please leverage it to open a case via the support.okta.com site or call the support line.

    If those options are not available for you despite having a paid account, please contact your Okta Account Executive or Customer Success Manager, and they will be able to engage the Support team on your behalf. 

     

    Regards.

    --

    Ask Us Anything about Okta FastPass - now thru December 11th

    Expand Post
    Selected as Best
This question is closed.
Loading
Adding fields to the okta user object profile