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