Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.resource.user |
Modifier and Type | Method and Description |
---|---|
User |
Client.createUser(User body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create User
Creates a new user in your Okta organization with or without credentials.
|
Modifier and Type | Method and Description |
---|---|
static UserNextLogin |
UserNextLogin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserNextLogin[] |
UserNextLogin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserBuilder |
UserBuilder.setNextLogin(UserNextLogin nextLogin) |
Copyright © 2017-2021 Okta. All Rights Reserved.