Uses of Class
com.okta.sdk.resource.model.CreateUserRequest
Packages that use CreateUserRequest
-
Uses of CreateUserRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type CreateUserRequestModifier and TypeMethodDescriptionUserApi.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.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. -
Uses of CreateUserRequest in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return CreateUserRequestModifier and TypeMethodDescriptionCreateUserRequest.addGroupIdsItem
(String groupIdsItem) CreateUserRequest.credentials
(UserCredentials credentials) CreateUserRequest.profile
(UserProfile profile)