activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Mar 12, 2026

Create Personal Time-off Request

Project compatibility

Windows | Cross-platform

Overview

This activity does not work with ISU users.

Note: The Worker ID of the authenticated user is embedded in the activity. To create time-off requests on behalf of other workers, use the Insert Record activity and select the Create Time off request for a specific worker object. You must have the necessary permissions to perform this action on behalf of other users.
DescriptionAPI MethodAPI PathNotes
Creates a time-off request on behalf of the logged in user. POST/absence/Management/v1/{tenant}/workers/{ID}/requestTimeOffThe tenant value is resolved from the connection, and the worker ID is resolved using the user who created the connection.

Input

ParameterDescriptionData type
DateThe date of the time‑off requestdate (yyyy‑MM‑dd)
Quantity per dayIndicates the fraction of days or hours to adjust the employee’s balance by for each day. string
Time off typeSelect the type of time‑off request; resolved from eligible absence types for the worker. string (lookup)
Reason IDThe unique ID for the reason associated with the time‑off day string (lookup)
CommentProvide any additional comments for the time‑off day.string
Identifier for business processUnique ID used to identify the specific business processstring
Position Id for time‑off daysWorkday position ID associated with the time‑off daysstring
Time off type descriptionDescription or display text for the selected time‑off type string
Attachment category IdWorkday ID of the category for an attached document (for example Medical, Jury Duty, etc.) string
Attachment descriptionDescription of the attached documentstring
Attachment file sizeFile size of the attachment associated with the requestint32
Attachment content type IdIdentifier for the content type (MIME type) of the attachment string
Transaction status IdWorkday ID of the transaction status for this requeststring
Business process action IdID of the business process action to perform (for example Submit)
Day position descriptorDescriptor text for the position associated with the time‑off day string
Uploader's IdWorkday ID of the user who uploaded the attachment for this request string
Time‑off day identifierIdentifier for a specific time‑off day entry in the request string
Business process identifierIdentifier of the overall business process instance associated with the request string
Days descriptionDescription for the individual time‑off day entrystring
Attachment identifierIdentifier of the attachment record associated with the request string
Attachment file nameFile name of the attachmentstring
Overall request commentComment captured at the request level, applying to the whole time‑off request. string

Output

ParameterDescriptionData type
Time‑offResponse payload containing the created time‑off request, including day entries, attachments, and business‑process metadata. Object
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated