A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"fullName": "<string>",
"cardId": "<string>"
},
"hasVoted": true,
"alias": "<string>"
}Adds a user as an eligible voter in a private vote collection. Prevents duplicate entries. The vote collection must be in editable state. Only the vote collection owner can add voters.
A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"fullName": "<string>",
"cardId": "<string>"
},
"hasVoted": true,
"alias": "<string>"
}The new VoteUser resource