Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.techfootintl.com/llms.txt

Use this file to discover all available pages before exploring further.

sThe Permission List is the centralized authorization template system used by the platform’s Identity and Access Management (IAM) architecture. A Permission List represents a reusable bundle of API endpoint permissions that can be attached to roles. Users inherit permissions through their assigned roles. The module enables:
  • centralized permission management
  • reusable authorization templates
  • scalable RBAC implementation
  • endpoint-level access control
  • API authorization governance

Core Concept

A Permission List groups multiple API permissions into a reusable access template. Instead of assigning endpoint permissions individually to users, the system follows this hierarchy:

Purpose

The module is responsible for:
  • create reusable permission templates
  • simplify role creation
  • centralize endpoint authorization
  • manage API access consistently
  • support scalable RBAC
  • separate public and private permission models

Example Permission Lists

Customer Portal Access
Employee Portal Access
All Services Allowed
Billing Administration
Pricing Management

Example Permission Lists

Customer Portal Access
Employee Portal Access
All Services Allowed
Billing Administration
Pricing Management

Create Permission List:

  1. Click on My Account
  2. Click on My Team
  3. Click on the Permission lists tab
    Screenshot From 2026 05 22 14 01 13
  4. Click on the create button
  5. Select the permission you want
    Screenshot From 2026 05 22 14 03 04
  6. Enter name for list
    Screenshot From 2026 05 22 14 05 27
  7. Click on the save button. Your permission list shows:
    Screenshot From 2026 05 22 14 01 13

Summary:

The Permission List Module is the core reusable authorization template system of the platform’s IAM architecture, enabling scalable Role-Based Access Control (RBAC) through endpoint-level permission grouping, role integration, and runtime authorization resolution.