Package | Description |
---|---|
com.okta.sdk.resource.user | |
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
UserBuilder |
UserBuilder.setNextLogin(UserNextLogin nextLogin) |
Modifier and Type | Method and Description |
---|---|
<T> T |
UserApi.createUser(java.lang.Class<?> T,
CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create a User
Creates a new user in your Okta organization with or without credentials
|
User |
UserApi.createUser(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create a User
Creates a new user in your Okta organization with or without credentials
|
PagedList |
UserApi.createUserWithPaginationInfo(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create a User
Creates a new user in your Okta organization with or without credentials
|
Modifier and Type | Method and Description |
---|---|
static UserNextLogin |
UserNextLogin.fromValue(java.lang.String value) |
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.
|
Copyright © 2017-2022 Okta. All Rights Reserved.