Details
| ID | GetUsersOnCall |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Shift Management widget |
README
Retrieves users who are currently on call.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Shift Management, widget |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| include_OOO_users | Whether to retrieve all users, including users who are out of the office. If “true” will retrieve all users. If “false”, will only retrieve users who are not out of office. Default is “false”. |
| listname | The name of the out-of-office XSOAR list. Default is “OOO List”. |
Outputs
There are no outputs for this script.
args: - auto: PREDEFINED default: true defaultValue: 'false' description: Whether to retrieve all users, including users who are out of the office. If "true" will retrieve all users. If "false", will only retrieve users who are not out of office. Default is "false". name: include_OOO_users predefined: - 'true' - 'false' - defaultValue: OOO List description: The name of the out-of-office XSOAR list. Default is "OOO List". name: listname comment: Retrieves users who are currently on call. commonfields: id: GetUsersOnCall version: -1 name: GetUsersOnCall script: '-' subtype: python3 tags: - Shift Management - widget timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.5.0 tests: - No tests (auto formatted)