inviteNominated(inviteeFirstName,inviteeLastName,
inviteeEmail, inviteeRole, serverPath, acceptUrl,rejectUrl) this method
creates a new nominated invitation to this web site for a new user who may not already be an
SkyVault user.
Parameters
- inviteeFirstName
- A string representing the invited user's first name.
- inviteeLastName
- A string representing the invited user's last name.
- inviteeEmail
- A string representing the invited user's email address.
- inviteeRole
- A string representing the invited user's role, for example: Manager, Collaborator, Contributor, Consumer.
- serverPath
- A string representing the path to the server.
- acceptUrl
- A string representing the URL corresponding to acceptance of the invitation.
- rejectUrl
- A string representing the URL corresponding to rejection of the invitation.
Returns
A ScriptInvitation object.