Create person compensation
Create a compensation history record for a person. Use this for current, desired, or minimum compensation details. If job_id is provided, the person must already be a candidate on that job.
Documentation Index
Fetch the complete documentation index at: https://docs.stardex.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Path Parameters
Person UUID
Body
Associated job UUID, if this compensation is specific to a job candidacy.
Base salary amount.
x >= 0Bonus amount.
x >= 0Type of compensation: desired for expectations, actual for current or historical compensation, or minimum for a required floor.
desired, actual, minimum ISO 4217 currency code (e.g. "USD", "EUR"). Defaults to USD when omitted.
3Equity grant as a percentage.
0 <= x <= 100Equity grant as a fixed amount.
x >= 0The year this compensation applies to (e.g. 2025 for historical compensation).
1900 <= x <= 3000Total estimated annual compensation.
x >= 0Free-text notes about the compensation package, constraints, or preferences.