Hi @sim_singh
To retrieve the annual gross salary for a Global Payroll contract, you can use the GET /people endpoint. The salary information is available under the payment object in the response.
Here’s an example of what you’ll see in the API response:
"payment": {
"rate": 80000,
"scale": "annual",
"contract_name": "John Doe - Software Engineer",
"currency": "AUD"
}