Can we update email address using Okta idx swift SDK

This question is related to Okta iOS SDK (GitHub - okta/okta-idx-swift: Okta IDX API consumption layer for Swift)

As part of our OKTA integration in our mobile apps, we want to let our users change their Okta profile email (email which they use for multi factor authentication) after they are authenticated.

I wanted to check if updating email can be done using Okta IDX SDK. I was not able to find any related documentation.

  1. If updating email can be achieved using the SDK, please Update me with any related documentation/Code sample. That would of great help.

  2. If cant be done using the SDK, please let me about alternate approaches.

Thanks.

You have MyAccount API which you can use to update email - MyAccount | Okta Developer

1 Like