Factory function to create a validated Political Group ID
String to convert to Group ID
Branded Group ID
If value is not a valid Group ID
const groupId = createGroupID("EPP");const members = await getGroupMembers(groupId); Copy
const groupId = createGroupID("EPP");const members = await getGroupMembers(groupId);
Input validation prevents injection attacks
Factory function to create a validated Political Group ID