<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
0D51Y00008C3Zd3SAFOkta Classic EngineAdministrationAnswered2020-04-14T21:39:52.000Z2020-04-07T17:54:06.000Z2020-04-14T21:39:52.000Z

ChadW.64753 (Customer) asked a question.

Import users via CSV / API as activated without sending activation email

We want to create new users (external to our organization so not in AD) and when they are created, we want them activated but no activation email sent out. Basically, we want to have them hit our login page with directions to click the "reset password" link which would then take them to the okta set password page. Marketing basically wants to be able to control the user experience a little bit to walk the users through this new authentication method as they hit a new portal we have setup for them.


  • Hello Chad,

    Thanks for posting to Okta community.

    When importing users via CSV you will be prompted the option to check "Do not create a password and only allow login via Identity Provider". This option will prevent users to receive the activation email.

    If using API you can use the flag sendEmail=false as {{url}}/api/v1/users/UserID/lifecycle/activate?sendEmail=false

    Expand Post
This question is closed.
Loading
Import users via CSV / API as activated without sending activation email