InviteCustomerAndAssignSEToPrototype

This resource will issue an invitation to a specified user, to use an environment specified by the usage package. It will also which Sales Engineer to assign this to, and which prototype to use from those associated with the usage package.

Request URL

GET https://use.cloudshare.com/Api/v1/Admin/InviteCustomerAndAssignSEToPrototype?usagePackageId=<usage>&opportunity=<opportunity>&validForDays=<validdays>&owningSEId=<ownSE>&sendToEmail=<sendto>&firstName=<firstname>&lastName=<lastname>&prototypeId=<prototype>&UserApiId=<id>&timestamp=<time_t>&HMAC=<signature>

Parameters

usagePackageId The id for the usage package to be used for the new environment
Example: PVSV2TWQQ2BA
opportunity
Example: Op
The name of the (business) opportunity associated with this user
validForDays The number of days the invitation is valid
owningSEId The id of the Sales Engineer to whom the new user will be assigned.
Example: HRTXHOTFTOYB
sendToEmail Email of the user to receive the invitation
firstName Recipient user’s first name
lastName Recipient user’s last name
prototypeId The id of the prototype which the new user will be invited to use.
Example: UGK0MB1B0VRB

Response example

{
    "acceptUrl": "https://use.cloudshare.com/Ent/AcceptInvitation.mvc?inv=om7S_CjOZls",
    "detailsUrl":  "https://use.cloudshare.com/Ent/Vendor/InvitationDetails.aspx?inv=om7S_CjOZls",
    "message": "An invitation was created successfully"
}

Code sample