InviteAnonymousCustomer

This resource will return to the user (calling application) an invitation to use an environment specified by the usage package. The user can then send this invitation at a later time to any recipient.

If the specified usage package contains multiple prototypes, the resource InviteAnonymousCustomerToPrototype should be used instead, with the specific prototype to be used included in the request.

Request URL

GET https://use.cloudshare.com/Api/v1/Admin/InviteAnonymousCustomerToPrototype?usagePackageId=<usage>&opportunity=<opportunity>&validForDays=<validdays>&owningSEId=<ownSE>&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 The name of the (business) opportunity associated with this user
Example: Op
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

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"
}

If the Usage Package contained multiple prototypes, an error status (Invalid Action) will be returned.


Code sample