Skip to content

Instantly share code, notes, and snippets.

@Taofiqq
Created November 26, 2025 18:57
Show Gist options
  • Select an option

  • Save Taofiqq/fe21fdc8953ce96c2d0d898675c6334e to your computer and use it in GitHub Desktop.

Select an option

Save Taofiqq/fe21fdc8953ce96c2d0d898675c6334e to your computer and use it in GitHub Desktop.
Permit.io Expense Approval Demo - User Directory with Attributes

Expense Approval Demo - User Directory

User 1: Regular Employee (Senior Engineer)

  • Key/Email: taofeek2sure@gmail.com
  • Name: Taofiq Taofiq
  • Attributes:
{
  "spending_limit": 2000,
  "department": "Engineering",
  "job_level": "Senior",
  "approval_limit": 0
}

User 2: Department Manager

  • Key/Email: mike.chen@company.com
  • Name: Mike Chen
  • Attributes:
{
  "spending_limit": 3000,
  "department": "Engineering",
  "job_level": "Manager",
  "approval_limit": 4500
}

User 3: Senior Manager

  • Key/Email: rachel.kim@company.com
  • Name: Rachel Kim
  • Attributes:
{
  "spending_limit": 5000,
  "department": "Operations",
  "job_level": "Senior Manager",
  "approval_limit": 10000
}

User 4: Finance Team Member

  • Key/Email: abumahfuz21@gmail.com
  • Name: James Wilson
  • Attributes:
{
  "spending_limit": 1000,
  "department": "Finance",
  "job_level": "Senior",
  "approval_limit": 50000
}

User 5: Junior Employee (Different Department)

  • Key/Email: emma.davis@company.com
  • Name: Emma Davis
  • Attributes:
{
  "spending_limit": 500,
  "department": "Sales",
  "job_level": "Junior",
  "approval_limit": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment