VoterGroups
Managing CRUD operations for voter groups.
📄️ Create a voter group
Creates a voter group with an optional link to any number of ballot papers.
📄️ Get all voter groups for the user
Returns all voter groups with the public information fields, that are linked to the requesting user.
📄️ Update a specific voter group
Updates the configuration of the requested voter group with the provided information.
📄️ Get a specific voter group
Returns the requested voter group with all public information fields.
📄️ Delete a specific voter group
Deletes the requested voter group.
📄️ Create new voter tokens for a specific voter group
Creates and returns new voter tokens for every voter in the requested voter group. The user of the API access token needs access to the voter group. The voter tokens for a voter group can only be created if all linked elections (ballot papers) are frozen. If you call this endpoint a second time, the existing voter tokens will be invalidated and new ones will be created. You never see generated tokens a second time.