InviteApiService
Namespace http://api.hi5.com/invite (wsdl):
This service enables inviting users to an application.
The following methods are available on this endpoint:
sendInvites
Sends an invite with the specified text to a set of users. Users to be sent to are specified as a list of userids, passed in via the toIds parameter.
The number of invites sent is limited by quotas. See the Platform Wiki for more information.
Input Parameters
| name | description |
|---|---|
| toIds | List of hi5 userids to attempt to send the invite to. This should be passed in as multiple params (i.e. toIds=1000&toIds=2000&toIds=3000...) A maximum of 200 ids are allowed or the request will fail with an error. A list of ids for users to whom the invite was successfully sent is set in the response. |
Return Value
EmailResponse Response with error_code and error_message set if there is a global error. sent_ids set if any invites are successfully sent
Faults
| name | description |
|---|---|
| PermissionDeniedException | if the auth token is not valid |
| UnauthorizedException | (no documentation provided) |