List all user accounts
Result:
[
{
"skin_used": "",
"core_person": {
"first_name": "Admin",
"last_name": "Admin",
"id": 1,
"birthdate": "1900-01-01",
"user_accounts": [
null
]
},
"person": null,
"is_admin": true,
"person_id": 1,
"login": "admin",
"id": 1
}
]
Result : same as /list with only the user associated to the id
Add user account + person (if needed)
Result : same as GET /user/ with only the user added
Update account + person
Result : same as GET /user/ with only the user updated
Del account (user account only)
Result : same as GET /user/ with only the user deleted