2015-12-31 01:04:45 +00:00
|
|
|
{
|
|
|
|
"Users": [
|
|
|
|
{
|
|
|
|
"login": "master@example.com",
|
|
|
|
"firstname": "Test Master",
|
|
|
|
"lastname": "Agent",
|
|
|
|
"email": "master@example.com",
|
|
|
|
"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",
|
|
|
|
"users": ["master@example.com","agent1@example.com"]
|
2016-06-19 16:44:08 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Users",
|
|
|
|
"users": ["master@example.com","agent1@example.com"],
|
|
|
|
"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": "developer_mode",
|
|
|
|
"value": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "product_name",
|
|
|
|
"value": "Zammad Test System"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|