| page_title | seerr_user_settings_permissions Resource - seerr |
|---|---|
| subcategory | |
| description | Manage granular Seerr user settings permissions via /api/v1/user/{userId}/settings/permissions. |
Manage granular Seerr user settings permissions via /api/v1/user/{userId}/settings/permissions.
user_id(Number) The numeric ID of the user whose settings permissions to manage.
auto_approve_4k_movies(Boolean) Whether the user's 4K movie requests are automatically approved.auto_approve_4k_tv(Boolean) Whether the user's 4K TV series requests are automatically approved.auto_approve_movies(Boolean) Whether the user's movie requests are automatically approved.auto_approve_tv(Boolean) Whether the user's TV series requests are automatically approved.
id(String) The ID of this resource.
Import is supported using the following syntax:
The terraform import command can be used, for example:
# In Terraform 1.5.0 and later, use an import block to import seerr_user_settings_permissions. For example:
#
# import {
# to = seerr_user_settings_permissions.example
# id = "1"
# }
# The ID of the user.
# Otherwise, use the terraform import command:
terraform import seerr_user_settings_permissions.example 1