forked from DieSchittigs/contao-content-api-bundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuser.json
More file actions
38 lines (38 loc) · 717 Bytes
/
Copy pathuser.json
File metadata and controls
38 lines (38 loc) · 717 Bytes
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
{
"id": 1,
"tstamp": 1560345849,
"firstname": "Test",
"lastname": "test",
"dateOfBirth": "",
"gender": "",
"company": "",
"street": "",
"postal": "",
"city": "",
"state": "",
"country": "de",
"phone": "",
"mobile": "",
"fax": "",
"email": "tobias@dieschittigs.de",
"website": "",
"language": "",
"groups": [],
"login": 1,
"username": "tobi",
"password": null,
"assignDir": "",
"homeDir": null,
"disable": "",
"start": "",
"stop": "",
"dateAdded": 1560345825,
"lastLogin": 0,
"currentLogin": 0,
"loginCount": 3,
"locked": 0,
"session": null,
"roles": [
"ROLE_MEMBER"
]
}