diff --git a/packages/api/src/models/account.ts b/packages/api/src/models/account.ts index d7aeea1be..f270a6e18 100644 --- a/packages/api/src/models/account.ts +++ b/packages/api/src/models/account.ts @@ -27,9 +27,9 @@ export type TeamsChannelAccount

= { readonly name: string; /** - * @member {string} [objectId] The user's Object ID in Azure Active Directory (AAD). + * @member {string} [aadObjectId] The user's Object ID in Azure Active Directory (AAD). */ - readonly objectId?: string; + readonly aadObjectId?: string; /** * @member {Role} [userRole] Role of the user (e.g., 'user' or 'bot').