create User
Task<Uri> createUser(UserCredentials userCredentials, Session userCenterApiSession)
Content copied to clipboard
Creates a new Gini user.
Return
A task which will resolve to a JSONObject representing the API's response, which is a user information.
Parameters
user Credentials
The user's credentials.
user Center Api Session
A valid session to do requests to the Gini User Center API.
Throws
If the user credentials can't be JSON serialized.