Send a party invite to a friend.
POST /api/v1/user/66a5db1f-2785-498d-9068-e24ddbba03f2/friend/adf67d5b-ad2c-4f1c-adb3-7f0500f0e07e/party-invite HTTP/1.1
Authorization: Bearer ...
Content-Type: application/json
{
"party": "ede670bc-5d8c-47de-a079-0cfebd13fa8b"
}
----------------------------------------
HTTP/1.1 204 No Content
ETag: W/"a-bAsFyilMr4Ra1hIU5PyoyFRunpI"Authentication is required, and access is restricted to the user.
| Name | Description | Value |
|---|---|---|
| userId | the ID of the user sending the message, as a GUID with dashes | string |
| friendUserId | the ID of the user receiving the message, as a GUID with dashes | string |
| Name | Description | Value |
|---|---|---|
| party | the ID of the party as a GUID with dashes | string |
Successful responses are code 204. Error responses are standard.
NONE