---
title: "PUT /api/companies/{id}/users_settings"
method: PUT
path: "/api/companies/{id}/users_settings"
tags: ["api"]
---

# PUT /api/companies/{id}/users_settings

`PUT /api/companies/{id}/users_settings`

## Request body

- UserAccountsSettings
  - `id` string, uuid
  - `created` string, date-time
  - `modified` string, date-time
  - `guest_accounts_included` boolean
  - `keep_guest_accounts` boolean
  - `google_auto_sync` boolean
  - `delete_inactive_users` boolean
  - `is_user_role_optional` boolean
  - `company` string, uuid, nullable

## Response `200`

OK

- UserAccountsSettings
  - `id` string, uuid
  - `created` string, date-time
  - `modified` string, date-time
  - `guest_accounts_included` boolean
  - `keep_guest_accounts` boolean
  - `google_auto_sync` boolean
  - `delete_inactive_users` boolean
  - `is_user_role_optional` boolean
  - `company` string, uuid, nullable

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
