Returns user fields and a few nested entities

Supported Formats

json

Examples

{
  "id":3,
  "name":"Manager AltCorp",
  "email":"manager@altcorp.com",
  "ssn":"0000000-0",
  "last_sign_in_at":"2016-03-16T10:01:54.163Z",
  "sign_in_count":3,
  "roles":["manager"],
  "forward_email_address":"71882469-5381-456d-b71b-80825c1320ac@app.bezala.com",
  "send_reminder_emails":true,
  "iban":null,
  "bic":null,
  "locale":"en",
  "state":"accepted",
  "memberships":1,
  "country_id":1,
  "unconfirmed_email":null,
  "external_id":"42",
  "email_is_confirmed":true,
  "employment_termination_date":"2025-01-01",
  "nationality_id": 2,
  "gender": null,
  "birthday": "2023-11-07",
  "on_vacation": true,
  "vacation_start_date": "2024-05-07",
  "vacation_end_date": "2024-05-17",
  "settings": {
    "id":31,
    "user_id":3,
    "company_id":1,
    "default_asset_account_id":null,
    "default_expense_account_id":60,
    "default_cost_centers":null,
    "mileage_vehicle_category_id":null,
    "allowance_country_category_id":null,
    "send_data_to_incomes_register":true,
    "password_auth_disabled":false
  },
  "company": {"id":2,"name":"Alternative Corp","send_data_to_incomes_register":true,"show_reward_form":false},
  "current_tax_card": {"id":35,"user_id":3,"image":{"url":null},"tax_percentage":"0.6","is_current":true},
  "approvers": [
    {"id":101,"company_id":2,"approver_id":4,"user_id":3,"operator":"then","name":"John Smith","position":1}
  ],
  "country": {"id":1,"name":"Finland","currency":"EUR","currency_symbol":"€"},
  "address":
    {
      "street":"233 Main str.",
      "city":"New York",
      "postal_code":"19321",
      "country_id":4,
      "latitude":"40.709476",
      "longitude":"-74.007296",
    }
}