Contract.PayrollSquadMemberResponse

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 "2024-11-01"
role string "Admin" "Editor" "Reviewer" "PayrollClientApprover" "PayrollClientEditor" "PayrollClientReviewer"
{
  "id": "string",
  "userId": "string",
  "displayName": "string",
  "emailAddress": "string",
  "lastLogin": "2024-11-01",
  "role": "Admin"
}
Contained in Models
Contract.PayrollSquadResponse
Consumed by Operations

- none -

Returned by Operations
Add Payroll Squad Member