args: - description: Enter JSON STRING like {'email@company':'@bonuslyuser'} name: json required: true - description: The username of the Cortex XSOAR incident owner. This will look up the incident owner's email address. name: owner required: true comment: This script gets the email address of the incident owner and then returns the incident owner username in Bonusly. commonfields: id: IncOwnerToBonuslyUser version: -1 enabled: true name: IncOwnerToBonuslyUser outputs: - contextPath: IncOwnerEmail description: Email address of the incident owner. type: Unknown - contextPath: BonuslyUser description: Usernname in Bonusly of the incident owner. type: Unknown script: '-' subtype: python3 tags: - Bonusly - Utilities timeout: '0' type: python dockerimage: demisto/python3:3.12.8.3296088 runas: DBotWeakRole fromversion: 5.0.0 tests: - No test