PUT api/runNotificationForUser?userId={userId}

Executes the notification workflow for a specific user, identifying pending timesheet approvals and related actions.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a `DataRowResponse` containing actionable timesheet items. On failure: HTTP 400 Bad Request with a generic error message.

DataRowResponse
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}