| JSON object |
| _id | String | Id of the customer this Helpcenter belongs to |
| name | String | Name of the customer this Helpcenter belongs to |
| helpCenters | Array of objects | Settings for helpcenters for customer. |
| helpCenters[].id | ObjectId | Id of the helpcenter |
| helpCenters[].name | String | Name of Helpcenter |
| helpCenters[].applicationId | String | ApplicationId used to authenticate with Microsoft. |
| helpCenters[].tenantId | String | TenantId used to authenticate with Microsoft. |
| helpCenters[].appClientValue | String | ClientSecret used to authenticate with Microsoft. |
| helpCenters[].emailAddress | String | Emailaddress of the support email that the Helpcenter will belong to. |
| helpCenters[].signature | String | Signature stored for auto use when sending emails |
| helpCenters[].startDate | String | Date of when Help Center should retreive mails FROM. Represented in DD/MM/yyyy |
| helpCenters[].authSettings[] | Object | Settings for accessToken. |
| helpCenters[].authSettings[].accessToken | String | Access token received from Microsoft, used in as bearer token. Valid for 1 hour. |
| helpCenters[].authSettings[].expires | Date | Date of expiration for accessToken |
| helpCenters[].subscription | Object | Settings for subscription to Graph. |
| helpCenters[].subscription.id | String | Id for subscription. Used to receive change notifications |
| helpCenters[].subscription.clientState | String | Randomly generated clientState used to validate the request. Set up when creating a subscription |
| helpCenters[].subscription.resource | String | Uri to the specific email inbox to listen to. '/users/{id}/messages' |
| helpCenters[].subscription.created | Date | Date of creation of subscription |
| helpCenters[].subscription.expires | Date | Date of expiration of subscription |
| helpCenters[].subscription.changeTypes[] | String[] | Different types of changes received from Microsoft: 'created', 'updated', 'deleted' |