Link for user profile edit

Hi

Sorry if I have missed this - Is there a url I can use for an ‘update profile’ link for a user that has successfully logged into my application?

for instance the https://{organisation}.okta.com/signin/register url creates a new user and sets the profile details

is there a https://{organisation}.okta.com/user/profile url of something similar that will navigate to a profile update page?

I don’t want to waste time creating a profile editor in my app just to request detials from Okta, modify them and pass them back to Okta to store.

Thanks

Hi @the_biochemist,

If you are talking about enduser editing their profile, you could use https://{oktaorg}.okta.com/enduser/settings.

As an alternate, you could update current user’s profile using POST /api/v1/users/me .

Thanks!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.