inviteUser
This function takes a string as a parameter. This string should be an email address of a new user to whom admin of current workspace wants to invite. This function provides functionality of sending an email to a new user.
var result = brixxApi.inviteUser("[email protected]");
In order to learn more about this function click here.
Last modified 10mo ago