GrossToNetReportReportResponse

Used to encapsulate a response for any of the reports.
See the Introduction Guide for Reports for more details

Name / Description Type / Format Example
id
Payroll Squad Member Identifier
string uuid "string"
userId
Payroll Squad User Identifier
string uuid "string"
displayName
Payroll Squad Member DisplayName
string "string"
emailAddress
Payroll Squad Member EmailAddress
string "string"
lastLogin
Payroll Squad Member LastLogin
string date "2025-07-02"
role string "Admin" "Editor" "Reviewer" "PayrollClientApprover" "PayrollClientEditor" "PayrollClientReviewer"
{
  "id": "string",
  "userId": "string",
  "displayName": "string",
  "emailAddress": "string",
  "lastLogin": "2025-07-02",
  "role": "Admin"
}
Contained in Models
Contract.PayrollSquadResponse
Consumed by Operations

- none -

Returned by Operations
Add Payroll Squad Member