19 lines
321 B
JSON
19 lines
321 B
JSON
[
|
|
{
|
|
"feishu_user_id": "u_alice",
|
|
"name": "Alice",
|
|
"department": "Operations",
|
|
"manager": "Manager",
|
|
"role": "staff",
|
|
"active": true
|
|
},
|
|
{
|
|
"feishu_user_id": "u_bob",
|
|
"name": "Bob",
|
|
"department": "Operations",
|
|
"manager": "Manager",
|
|
"role": "staff",
|
|
"active": true
|
|
}
|
|
]
|