|  | Aqualogic Interaction API | |
| IPTUserManager.AcceptInvitation Method |
An invitation is a token that can be sent to a potential user. The potential user can then use the token to create a user that has characteristics specified by the token creator.
IPTSession AcceptInvitation(
string
sInvitationCode,
string
sProposedUserName,
string
sProposedPassword);
Parameters
-
sInvitationCode
- the token to be used to create the user
-
sProposedUserName
- the name for the new user
-
sProposedPassword
- the password for the new user
Return Value
TODO: DOCUMENT_ME
See Also
IPTUserManager Interface | com.plumtree.server Namespace