2015-12-31 01:04:45 +00:00
|
|
|
{
|
|
|
|
"Users": [
|
|
|
|
{
|
2021-08-17 12:10:02 +00:00
|
|
|
"login": "admin@example.com",
|
2021-08-20 08:56:23 +00:00
|
|
|
"firstname": "Test Admin",
|
2015-12-31 01:04:45 +00:00
|
|
|
"lastname": "Agent",
|
2021-08-17 12:10:02 +00:00
|
|
|
"email": "admin@example.com",
|
2015-12-31 01:04:45 +00:00
|
|
|
"password": "test"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"login": "agent1@example.com",
|
|
|
|
"firstname": "Agent 1",
|
|
|
|
"lastname": "Test",
|
|
|
|
"email": "agent1@example.com",
|
2016-06-18 14:54:26 +00:00
|
|
|
"password": "test",
|
|
|
|
"roles": ["Agent"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Groups": [
|
|
|
|
{
|
|
|
|
"name": "some group1",
|
2021-08-17 12:10:02 +00:00
|
|
|
"users": ["admin@example.com","agent1@example.com"]
|
2016-06-19 16:44:08 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Users",
|
2021-08-17 12:10:02 +00:00
|
|
|
"users": ["admin@example.com","agent1@example.com"],
|
2016-06-19 16:44:08 +00:00
|
|
|
"signature": "default",
|
|
|
|
"email_address_id": 1
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Channels": [
|
|
|
|
{
|
|
|
|
"id": 1,
|
|
|
|
"area": "Email::Account",
|
|
|
|
"group": "Users",
|
|
|
|
"options": {
|
|
|
|
"inbound": {
|
|
|
|
"adapter": "imap",
|
|
|
|
"options": {
|
|
|
|
"host": "mx1.example.com",
|
|
|
|
"user": "not_existing",
|
|
|
|
"password": "not_existing",
|
|
|
|
"ssl": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"outbound": {
|
|
|
|
"adapter": "sendmail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"EmailAddresses": [
|
|
|
|
{
|
|
|
|
"id": 1,
|
|
|
|
"channel_id": 1,
|
|
|
|
"realname": "Zammad Helpdesk",
|
|
|
|
"email": "zammad@localhost"
|
2015-12-31 01:04:45 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"Settings": [
|
|
|
|
{
|
|
|
|
"name": "product_name",
|
|
|
|
"value": "Zammad Test System"
|
|
|
|
}
|
2016-07-25 20:29:10 +00:00
|
|
|
],
|
|
|
|
"TextModuleLocale": {
|
|
|
|
"Locale": "de-de"
|
|
|
|
}
|
2015-12-31 01:04:45 +00:00
|
|
|
}
|