# Accounts User Config Partial Update Update user configuration Endpoint: PATCH /accounts/user-config Version: 1.0 Security: Bearer ## Request fields (application/json): - `sign_stakeholder_agreement` (boolean) Set to true to sign the stakeholder agreement ## Response 200 fields (application/json): - `config` (object, required) Current user configuration - `available_actions` (array, required) List of actions available to the user based on their current state - `company_type` (string, required) Type of company the user belongs to ## Response 400 fields