RegisterUserOperatorOnNewCompany

RegisterUserOperatorOnNewCompany represents all the process of checking if a registration code is valid and tries to register a user on a new company.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
suspend operator fun invoke(code: String, recaptchaToken: String): ResultS1SDK<Boolean, ErrorS1SDK>

This function should be called when it is required to valid if a registration invite code is valid or not. If is valid, it will try to link/register the user to a new company.