Returns the list of authenticated user’s current company users.
[ { "id":3, "name":"Approver 2", "email":"approver2@burucorp.com", "last_sign_in_at":"2017-10-31T18:50:10.714Z", "sign_in_count":1, "locale":"fi", "role":"Employee", "roles":["employee","accountant"], "state":"accepted", "memberships":[ { "id":3, "user_id":3, "company_id":1, "state":"accepted", "roles":["employee","accountant"], "uuid":"81eed846-2297-43a8-a0d5-3c1134b16ee9", "created_at":"2017-09-06T11:59:26.012Z", "updated_at":"2017-12-15T16:38:48.262Z" } ], "ssn":"160583-1664", "email_is_confirmed":true } ]
Returns the list of authenticated user’s current company users.
Each user in the list includes the same fields as each user in GET /api/users list + the following additional fields:
user’s approvers list
user’s IBAN
user’s settings
Add new user and set his current company settings
Param name | Description |
---|---|
user required |
User params Validations:
|
user[name] required |
User full name Validations:
|
user[email] required |
Validations:
|
user[ssn] optional , nil allowed |
User’s Social Security Number Validations:
|
user[iban] optional , nil allowed |
IBAN Validations:
|
user[bic] optional , nil allowed |
BIC Validations:
|
user[locale] optional , nil allowed |
Validations:
|
user[send_reminder_emails] optional , nil allowed |
Defaults to true Validations:
|
user[show_optional_fields] optional , nil allowed |
Defaults to true Validations:
|
user[roles] optional , nil allowed |
An array of user roles. Can be one of a few of the following: “employee”, “manager”, “accountant”, “approver”, “money_checker”. Only the managers can update roles. Validations:
|
user[settings_attributes] optional , nil allowed |
Validations:
|
user[settings_attributes][default_cost_centers] optional , nil allowed |
Validations:
|
user[settings_attributes][default_asset_account_id] optional , nil allowed |
Validations:
|
user[settings_attributes][default_expense_account_id] optional , nil allowed |
Validations:
|
user[settings_attributes][mileage_vehicle_category_id] optional , nil allowed |
Validations:
|
user[settings_attributes][allowance_country_category_id] optional , nil allowed |
Validations:
|
user[settings_attributes][allowance_account_code] optional , nil allowed |
Validations:
|
user[settings_attributes][allowance_abroad_account_code] optional , nil allowed |
Validations:
|
user[settings_attributes][mileage_account_code] optional , nil allowed |
Validations:
|
user[settings_attributes][ir_mileage_code] optional , nil allowed |
Validations:
|
user[settings_attributes][ir_daily_allowance_code] optional , nil allowed |
Validations:
|
user[settings_attributes][reimbursement_account_code] optional , nil allowed |
Validations:
|
user[settings_attributes][on_vacation] optional , nil allowed |
Defaults to false Validations:
|
user[settings_attributes][stand_in_approver_id] optional , nil allowed |
Stand-in user_id, should be different from user_id Validations:
|
user[settings_attributes][send_data_to_incomes_register] optional , nil allowed |
Validations:
|
user[settings_attributes][password_auth_disabled] optional , nil allowed |
Enforce SSO authentication Validations:
|
user[approvers_attributes] optional , nil allowed |
Add/Remove user approvers. Current user should have “manager” role to edit approvers Validations:
|
user[approvers_attributes][id] optional , nil allowed |
User approver id, required if user approver already exists. If it’s not supplied, new user approver will be added Validations:
|
user[approvers_attributes][approver_id] required |
Approver id Validations:
|
user[approvers_attributes][operator] required |
Operator specifying approver process logic Validations:
|
user[approvers_attributes][_destroy] optional , nil allowed |
Pass “true” here to delete an existing approver Validations:
|
user[current_tax_card] optional , nil allowed |
Validations:
|
user[current_tax_card][tax_percentage] optional , nil allowed |
User’s current tax card tax percentage, must be either less than 100 (e.g. 25 for 25%) or less than 1 (e.g. 0.34 for 34%) Validations:
|
skip_notification optional |
Skip sending invitation notification. Defaults to “false” Validations:
|
Edit user and his current company settings
Param name | Description |
---|---|
user required |
User params Validations:
|
user[name] optional |
User full name Validations:
|
user[email] optional |
Validations:
|
user[ssn] optional , nil allowed |
User’s Social Security Number Validations:
|
user[iban] optional , nil allowed |
IBAN Validations:
|
user[bic] optional , nil allowed |
BIC Validations:
|
user[locale] optional , nil allowed |
Validations:
|
user[send_reminder_emails] optional , nil allowed |
Defaults to true Validations:
|
user[show_optional_fields] optional , nil allowed |
Defaults to true Validations:
|
user[roles] optional , nil allowed |
An array of user roles. Can be one of a few of the following: “employee”, “manager”, “accountant”, “approver”, “money_checker”. Only the managers can update roles. Validations:
|
user[settings_attributes] optional , nil allowed |
Validations:
|
user[settings_attributes][default_cost_centers] optional , nil allowed |
Validations:
|
user[settings_attributes][default_asset_account_id] optional , nil allowed |
Validations:
|
user[settings_attributes][default_expense_account_id] optional , nil allowed |
Validations:
|
user[settings_attributes][mileage_vehicle_category_id] optional , nil allowed |
Validations:
|
user[settings_attributes][allowance_country_category_id] optional , nil allowed |
Validations:
|
user[settings_attributes][allowance_account_code] optional , nil allowed |
Validations:
|
user[settings_attributes][allowance_abroad_account_code] optional , nil allowed |
Validations:
|
user[settings_attributes][mileage_account_code] optional , nil allowed |
Validations:
|
user[settings_attributes][ir_mileage_code] optional , nil allowed |
Validations:
|
user[settings_attributes][ir_daily_allowance_code] optional , nil allowed |
Validations:
|
user[settings_attributes][reimbursement_account_code] optional , nil allowed |
Validations:
|
user[settings_attributes][on_vacation] optional , nil allowed |
Defaults to false Validations:
|
user[settings_attributes][stand_in_approver_id] optional , nil allowed |
Stand-in user_id, should be different from user_id Validations:
|
user[settings_attributes][send_data_to_incomes_register] optional , nil allowed |
Validations:
|
user[settings_attributes][password_auth_disabled] optional , nil allowed |
Enforce SSO authentication Validations:
|
user[approvers_attributes] optional , nil allowed |
Add/Remove user approvers. Current user should have “manager” role to edit approvers Validations:
|
user[approvers_attributes][id] optional , nil allowed |
User approver id, required if user approver already exists. If it’s not supplied, new user approver will be added Validations:
|
user[approvers_attributes][approver_id] optional |
Approver id Validations:
|
user[approvers_attributes][operator] optional |
Operator specifying approver process logic Validations:
|
user[approvers_attributes][_destroy] optional , nil allowed |
Pass “true” here to delete an existing approver Validations:
|
user[current_tax_card] optional , nil allowed |
Validations:
|
user[current_tax_card][tax_percentage] optional , nil allowed |
User’s current tax card tax percentage, must be either less than 100 (e.g. 25 for 25%) or less than 1 (e.g. 0.34 for 34%) Validations:
|
Returns user fields and a few nested entities
{ "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, "show_optional_fields":true, "last_description":"receipt for coffee during @tampere trip", "country_id":1, "unconfirmed_email":null, "external_id":"42", "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 }, "companies_to_switch": [ {"id":1,"name":"Blacorp","send_data_to_incomes_register":true,"show_reward_form":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":"€"} }
Removes user from the company by deleting his company membership. The user account stays intact and can be reinvited later. All of the user’s transactions are kept intact.
Changes user current company to one of the companies available for this user