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
}
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
}