Skip to main content

Workday Sign On Event Collector

This Integration is part of the Workday Pack.#

Supported versions

Supported Cortex XSOAR versions: 8.2.0 and later.

Use the Workday Sign On Event Collector integration to get sign on logs from Workday. This integration was integrated and tested with version v37.0 of Workday Sign On Event Collector.

Configure Workday Sign On Event Collector in Cortex#

ParameterDescriptionRequired
Server URL (e.g., https://services1.myworkday.com)API Endpoint of Workday server. Can be obtained from View API Clients report in Workday application.True
Tenant NameThe name of the Workday Tenant. Can be obtained from View API Clients report in Workday application.True
UsernameTrue
PasswordTrue
Trust any certificate (not secure)False
Use system proxy settingsFalse
Max events per fetchThe maximum number of sign on events to retrieve. Large amount of events may cause performance issues.False
Events Fetch IntervalFalse

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

workday-get-sign-on-events#


Returns sign on events extracted from Workday. This command is used for developing/debugging and is to be used with caution, as it can create events, leading to events duplication and exceeding the API request limitation.

Base Command#

workday-get-sign-on-events

Input#

Argument NameDescriptionRequired
should_push_eventsSet this argument to True in order to create events, otherwise the command will only display them. Possible values are: True, False. Default is False.Required
limitThe maximum number of events to return. Default is 1000.Optional
from_dateThe date and time of the earliest event. The default timezone is UTC/GMT. The time format is "{yyyy}-{mm}-{dd}T{hh}:{mm}:{ss}Z". Example: "2021-05-18T13:45:14Z" indicates May 18, 2021, 1:45PM UTC.Optional
to_dateThe time format is "{yyyy}-{mm}-{dd}T{hh}:{mm}:{ss}Z". Example: "2021-05-18T13:45:14Z" indicates May 18, 2021, 1:45PM UTC.Optional
relative_from_dateThe query from date, for example, "5 minutes". Be advised, it is strongly suggested to keep this parameter limited in time.Optional

Context Output#

There is no context output for this command.