Created
April 17, 2019 23:25
-
-
Save rdegges/b28b7475288e155720d11670949970b6 to your computer and use it in GitHub Desktop.
List Users in Okta Using Node #okta #mfa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client.listUsers(u => { | |
console.log(user); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment