Argyle · Schema

CreateUserTokenRequest

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Properties

Name Type Description
user string ID of the user object.
View JSON Schema on GitHub

JSON Schema

createusertokenrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/createusertokenrequest.json",
  "title": "CreateUserTokenRequest",
  "type": "object",
  "properties": {
    "user": {
      "type": "string",
      "format": "uuid",
      "description": "ID of the user object."
    }
  },
  "required": [
    "user"
  ]
}