Use this API to retrieve aliases in a department.
All of the following are required:
OK
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "alias": [
- {
- "name": "Secure Message Center",
- "department": {
- "name": "Service",
- "id": "999"
}, - "active": false,
- "default": false,
- "secure": true,
- "lastModified": "2021-01-14T14:16:47.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "sharedMailbox": false,
- "id": "1"
}, - {
- "name": "helpdesk",
- "department": {
- "name": "Service",
- "id": "999"
}, - "emailAddress": "helpdesk@punv894b.egain.in",
- "active": true,
- "default": true,
- "secure": false,
- "lastModified": "2022-12-01T11:18:49.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "sharedMailbox": false,
- "id": "1002"
}
]
}