Uses of Class
org.openapitools.client.model.CreateUserRequest
Packages that use CreateUserRequest
- 
Uses of CreateUserRequest in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type CreateUserRequestModifier and TypeMethodDescription<T> TUserApi.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 credentialsUserApi.createUser(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new user in your Okta organization with or without credentialsorg.springframework.http.ResponseEntity<User>UserApi.createUserWithHttpInfo(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new user in your Okta organization with or without credentialsUserApi.createUserWithPaginationInfo(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new user in your Okta organization with or without credentials - 
Uses of CreateUserRequest in org.openapitools.client.model
Methods in org.openapitools.client.model that return CreateUserRequestModifier and TypeMethodDescriptionCreateUserRequest.addGroupIdsItem(String groupIdsItem) CreateUserRequest.credentials(UserCredentials credentials) CreateUserRequest.profile(UserProfile profile)