Skip to content

Commit 0c4f155

Browse files
committed
Add initial .apitest_state.json with enrolled users and next IDs
1 parent 998648d commit 0c4f155

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.apitest_state.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"enrolled": [
3+
{
4+
"first_name": "Meera",
5+
"last_name": "King",
6+
"email": "test.meera.king487@test.gov.bc.ca",
7+
"guid": "2699ECF36F8FFFF5926FF2B4F2CEBEEF",
8+
"oprid": "mking962",
9+
"person_id": 800000,
10+
"activity_id": 186175,
11+
"elm_course_id": "40586",
12+
"course_name": "Conflict Management for Leaders (Jul 8-9 2025)",
13+
"shortname": "ITEM-11793-4"
14+
},
15+
{
16+
"first_name": "Fiona",
17+
"last_name": "Young",
18+
"email": "test.fiona.young500@test.gov.bc.ca",
19+
"guid": "A0BE50017DE686271F4FD796844F45E2",
20+
"oprid": "fyoung566",
21+
"person_id": 800001,
22+
"activity_id": 626007,
23+
"elm_course_id": "41385",
24+
"course_name": "Conflict Management for Leaders (Jan 13-14 2026)",
25+
"shortname": "ITEM-51544-7"
26+
},
27+
{
28+
"first_name": "Amrit",
29+
"last_name": "Cooper",
30+
"email": "test.amrit.cooper114@test.gov.bc.ca",
31+
"guid": "A81351731A284CF768F617FA15BE9EB0",
32+
"oprid": "acooper902",
33+
"person_id": 800002,
34+
"activity_id": 122931,
35+
"elm_course_id": "38375",
36+
"course_name": "SBCPS Cohort Site: 2025-04-Thursday (2162-12)",
37+
"shortname": "ITEM-89327-2"
38+
}
39+
],
40+
"next_enrolment_id": 90000003,
41+
"next_person_id": 800003
42+
}

0 commit comments

Comments
 (0)