Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Greens-Organization/pz-packs/llms.txt
Use this file to discover all available pages before exploring further.
List Members
List all members of a modpack with their permissions. No authentication required for public modpacks, authentication required for private modpacks.Path Parameters
Modpack UUID
Response
Add Member
Add a member to the modpack by email address with specified permissions. Only the modpack owner can add members.Path Parameters
Modpack UUID
Body Parameters
Email address of the user to add (must be a valid email format)
Array of permission strings (minimum 1 permission required). Common permissions:
read- View modpackadd-mod- Add mods to modpackremove-mod- Remove mods from modpackupdate- Update modpack settings
Response
Member record UUID
User UUID
Modpack UUID
Array of granted permissions
Membership active status
Remove Member
Remove a member from the modpack by their email address. Only the modpack owner can remove members.Path Parameters
Modpack UUID
Body Parameters
Email address of the member to remove (must be a valid email format)
Response
Success message
Permission Types
When adding members to a modpack, you can grant the following permissions:- read - View the modpack and its mods
- add-mod - Add mods to the modpack
- remove-mod - Remove mods from the modpack
- update - Update modpack settings (name, description, etc.)
- manager-members - Add and remove other members
- export - Generate and download server files
- import - Import mods from Steam collections