Interface UserWebService
- All Superinterfaces:
WebService
- All Known Implementing Classes:
UserRetrofitWebService
Available methods for the User Web Service.
- Since:
- 1/7/15
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createNewUser
(String token, User userToCreate, WebServiceResponseHandler<User> handler) Method that creates a user on the current network
-
Method Details
-
createNewUser
Method that creates a user on the current network- Parameters:
token
- the token of the user that creates the new useruserToCreate
- the user that will be created
-