Uses of Enum
com.okta.sdk.resource.model.UserNextLogin
Package
Description
-
Uses of UserNextLogin in com.okta.sdk.impl.resource
-
Uses of UserNextLogin in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionUserApi.createUser
(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new User in your Okta org with or without credentials.<br> > **Legal Disclaimer** > > After a User is added to the Okta directory, they receive an activation email.UserApi.createUser
(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin, Map<String, String> additionalHeaders) Create a User Creates a new User in your Okta org with or without credentials.<br> > **Legal Disclaimer** > > After a User is added to the Okta directory, they receive an activation email. -
Uses of UserNextLogin in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic UserNextLogin
static UserNextLogin
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. -
Uses of UserNextLogin in com.okta.sdk.resource.user