Details
| ID | GetShiftsPerUser |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Shift Management widget |
README
Retrieves the number of on-call hours per user.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Shift Management, widget |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| userId | The user ID for whom to get the number of on-call hours for the shift (e.g. johndoe). |
Outputs
There are no outputs for this script.
args: - description: The user ID for which to get the number of on-call hours for the shift (e.g. johndoe). name: userId comment: Retrieves the number of on-call hours per user. commonfields: id: GetShiftsPerUser version: -1 name: GetShiftsPerUser script: '-' tags: - Shift Management - widget subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.5.0