18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"ocs": {
|
|
"meta": {
|
|
"status": "ok",
|
|
"statuscode": 200,
|
|
"message": "OK",
|
|
"totalitems": "",
|
|
"itemsperpage": ""
|
|
},
|
|
"data": {
|
|
"id": "test",
|
|
"display-name": "test",
|
|
"email": "test@test.com",
|
|
"language": "en"
|
|
}
|
|
}
|
|
}
|