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 |
---|---|
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<br> > **Legal Disclaimer**<br> After a user is added to the Okta directory, they receive an activation email.
|
User |
UserApi.createUser(CreateUserRequest body,
Boolean activate,
Boolean provider,
UserNextLogin nextLogin,
Map<String,String> additionalHeaders)
Create a User
Creates a new user in your Okta organization with or without credentials<br> > **Legal Disclaimer**<br> After a user is added to the Okta directory, they receive an activation email.
|
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.