@firefliesai/n8n-nodes-fireflies
Version:
An n8n integration for the Fireflies.ai API that enables workflow automation with meeting transcripts, analytics, summaries, and other conversation data from Fireflies.ai's AI meeting assistant.
42 lines • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.userOperations = void 0;
exports.userOperations = {
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['user'],
},
},
options: [
{
name: 'Get Current',
action: 'Get current user',
description: 'Get information about the current user',
value: 'getCurrentUser',
},
{
name: 'Get Groups',
action: 'Get user groups',
description: 'Get a list of user groups in the workspace',
value: 'getUserGroups',
},
{
name: 'Get List',
action: 'Get a list of users',
description: 'Get a list of users',
value: 'getUsers',
},
{
name: 'Set Role',
action: 'Set user role',
description: 'Change the role of a user in the workspace',
value: 'setUserRole',
},
],
default: 'getCurrentUser',
};
//# sourceMappingURL=user.properties.js.map