Argyle · Schema

PlatformIds

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Properties

Name Type Description
employee_id string Internal user ID assigned by the employer.
position_id string Internal position ID assigned by the employer.
platform_user_id string ID assigned by the payroll system.
View JSON Schema on GitHub

JSON Schema

platformids.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/platformids.json",
  "title": "PlatformIds",
  "type": "object",
  "properties": {
    "employee_id": {
      "type": "string",
      "description": "Internal user ID assigned by the employer.",
      "example": "OB238HDW5"
    },
    "position_id": {
      "type": "string",
      "description": "Internal position ID assigned by the employer.",
      "example": "6ELL4O7PM"
    },
    "platform_user_id": {
      "type": "string",
      "description": "ID assigned by the payroll system.",
      "example": "JLH7B9V6O6YGN9O7"
    }
  }
}