diff --git a/server/account/src/serviceOperations.ts b/server/account/src/serviceOperations.ts index dfe44910b9..23871e0526 100644 --- a/server/account/src/serviceOperations.ts +++ b/server/account/src/serviceOperations.ts @@ -584,7 +584,7 @@ export async function getPersonInfo ( ): Promise { const { account } = params const { extra } = decodeTokenVerbose(ctx, token) - verifyAllowedServices(['workspace', 'tool', 'gmail', 'huly-mail'], extra) + verifyAllowedServices(['workspace', 'tool', 'gmail', 'huly-mail', 'export'], extra) if (account == null || account === '') { throw new PlatformError(new Status(Severity.ERROR, platform.status.BadRequest, {}))