-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-input.json
44 lines (44 loc) · 1.16 KB
/
example-input.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"id": "user_2gQPH11rXtJguHjsx7VtUo8QGh2",
"first_name": "Paul",
"last_name": "Atreides",
"username": null,
"email_addresses": "[email protected]",
"phone_numbers": null,
"totp_secret": null,
"password_digest": null,
"password_hasher": null,
"unsafe_metadata": {},
"public_metadata": {},
"private_metadata": {}
},
{
"id": "user_2gRua7G8WRYBglzXE5sxRbIRkfJ",
"first_name": "Jessica",
"last_name": "Atreides",
"username": null,
"email_addresses": "[email protected]|[email protected]",
"phone_numbers": null,
"totp_secret": null,
"password_digest": null,
"password_hasher": null,
"unsafe_metadata": {},
"public_metadata": {},
"private_metadata": {}
},
{
"id": "user_2gXEmg00DCV77CHNO4aa3q8ZYRf",
"first_name": null,
"last_name": null,
"username": null,
"email_addresses": "[email protected]",
"phone_numbers": null,
"totp_secret": null,
"password_digest": "$2b$10$.rU67Fk.7/QRC6iLPFV8Eeb9w56VKAVOd9Lt5VqgERTn8KChBFLg6",
"password_hasher": "bcrypt",
"unsafe_metadata": {},
"public_metadata": {},
"private_metadata": {}
}
]