ZoomAccount
Stored in the zoomaccounts collection. createdAt and updatedAt are maintained automatically.
Returned by GET /apps/zoom, GET /my-zoom.
| Field | Type | Notes |
|---|---|---|
companyID | ObjectId | |
name | string | |
authType | string | required · one of oauth, manual |
email | string | |
displayName | string | |
zoomUserId | string | |
tokens | any | |
scopes | string[] | default [] |
accountId | string | |
clientId | string | |
clientSecret | string | |
status | string | default active · one of active, revoked, error |
isActive | boolean | default true |
_id | ObjectId | default "6a95712f932657988a91c06a" |
createdAt | date | set once |
updatedAt | date |