<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
0D50Z00008G7UxJSAVOkta Classic EngineIntegrationsAnswered2025-06-14T13:45:02.000Z2016-06-22T14:50:44.000Z2018-08-12T04:15:24.000Z
User Management via API without Okta Login
I am interested in creating a completely standalone web interface using the API for both adding and maintaining users.

 

The goal is to not have the users ever log into Okta to update/reset/set security questions. 

 

In addition, we would want to control all emails sent from our servers as opposed to Okta servers, e.g. password reset.

 

Can you let me know if this is possible?

 

 


  • The goal is to not have the users ever log into Okta to update/reset/set security questions. 

     

    Yes you can create a seperate standalone web interface using Okta API's. Check developer.okta.com for API information. Here is the API test client where you can get familiarize with Okta API's.  http://developer.okta.com/docs/api/getting_started/api_test_client.html

     

    In addition, we would want to control all emails sent from our servers as opposed to Okta servers, e.g. password reset.

     

    If you build your email flow on top of our API. Yes you can have your servers send the emails instead of ours. 
    Expand Post
    Selected as Best
  • The goal is to not have the users ever log into Okta to update/reset/set security questions. 

     

    Yes you can create a seperate standalone web interface using Okta API's. Check developer.okta.com for API information. Here is the API test client where you can get familiarize with Okta API's.  http://developer.okta.com/docs/api/getting_started/api_test_client.html

     

    In addition, we would want to control all emails sent from our servers as opposed to Okta servers, e.g. password reset.

     

    If you build your email flow on top of our API. Yes you can have your servers send the emails instead of ours. 
    Expand Post
    Selected as Best
This question is closed.
Loading
User Management via API without Okta Login