| UserService | R Documentation |
UserService
UserService
R6Class object.
getSamlMessage(type)method
cookieConsent(dummy)method
connect(usernameOrEmail,password)method
connect2(domain,usernameOrEmail,password)method
createUser(user,password)method
hasUserName(username)method
updatePassword(userId,password)method
updateBillingInfo(userId,billingInfo)method
viesInfo(country_code,vatNumber)method
summary(userId)method
resourceSummary(userId)method
profiles(userId)method
createToken(userId,validityInSeconds)method
isTokenValid(token)method
setTeamPrivilege(username,principal,privilege)method
getServerVersion(module)method
getInvited(email)method
sendValidationMail(email)method
sendResetPasswordEmail(email)method
changeUserPassword(token,password)method
validateUser(token)method
canCreatePrivateProject(teamOrUserId)method
tercenApi::HttpClientService -> UserService
new()UserService$new(baseRestUri, client)
findTeamMembers()UserService$findTeamMembers(keys = NULL, useFactory = FALSE)
findUserByCreatedDateAndName()UserService$findUserByCreatedDateAndName( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
findUserByEmail()UserService$findUserByEmail(keys = NULL, useFactory = FALSE)
getSamlMessage()UserService$getSamlMessage(type)
cookieConsent()UserService$cookieConsent(dummy)
connect()UserService$connect(usernameOrEmail, password)
connect2()UserService$connect2(domain, usernameOrEmail, password)
createUser()UserService$createUser(user, password)
hasUserName()UserService$hasUserName(username)
updatePassword()UserService$updatePassword(userId, password)
updateBillingInfo()UserService$updateBillingInfo(userId, billingInfo)
viesInfo()UserService$viesInfo(country_code, vatNumber)
summary()UserService$summary(userId)
resourceSummary()UserService$resourceSummary(userId)
profiles()UserService$profiles(userId)
createToken()UserService$createToken(userId, validityInSeconds)
isTokenValid()UserService$isTokenValid(token)
setTeamPrivilege()UserService$setTeamPrivilege(username, principal, privilege)
getServerVersion()UserService$getServerVersion(module)
getInvited()UserService$getInvited(email)
sendValidationMail()UserService$sendValidationMail(email)
sendResetPasswordEmail()UserService$sendResetPasswordEmail(email)
changeUserPassword()UserService$changeUserPassword(token, password)
validateUser()UserService$validateUser(token)
canCreatePrivateProject()UserService$canCreatePrivateProject(teamOrUserId)
clone()The objects of this class are cloneable with this method.
UserService$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.