Uses of Class
com.skava.model.datatransferobjects.UsersList

Packages that use UsersList
Package
Description
This package contains the controller classes.
  • Uses of UsersList in com.skava.web

    Methods in com.skava.web with parameters of type UsersList
    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<UserCreateResponse>
    UsersController.createUser(@Valid UsersList users, boolean inviteUserFlag, Long collectionId, String authToken, String locale, String version, long storeId, boolean validateOnly, boolean excludePropertyCheck)
    This service is used to create a new registered user or guest user.User is created based on the provided identity information and properties.