Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource | |
com.okta.sdk.resource.user |
Modifier and Type | Method and Description |
---|---|
User |
Client.createUser(CreateUserRequest body,
Boolean activate,
Boolean provider,
UserNextLogin nextLogin)
Create User
Creates a new user in your Okta organization with or without credentials.
|
Modifier and Type | Method and Description |
---|---|
User |
DefaultClient.createUser(CreateUserRequest body,
Boolean activate,
Boolean provider,
UserNextLogin nextLogin)
Create User
Creates a new user in your Okta organization with or without credentials.
|
Modifier and Type | Method and Description |
---|---|
UserBuilder |
DefaultUserBuilder.setNextLogin(UserNextLogin nextLogin) |
Modifier and Type | Method and Description |
---|---|
static UserNextLogin |
UserNextLogin.valueOf(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–2023 Okta. All rights reserved.