admin_settings_partial_update
PATCH/admin/settings/
Settings view
Request
- application/json
Body
Possible values: non-empty
Configure how authentik should show avatars for users.
Enable the ability for users to change their name.
Enable the ability for users to change their email address.
Enable the ability for users to change their username.
Possible values: non-empty
Events will be deleted after this duration.(Format: weeks=3;days=2;hours=3,seconds=2).
The option configures the footer links on the flow executor pages.
When enabled, all the events caused by a user will be deleted upon the user's deletion.
Globally enable/disable impersonation.
Possible values: non-empty
Default token duration
Possible values: >= 1
and <= 2147483647
Default token length
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Configure how authentik should show avatars for users.
Enable the ability for users to change their name.
Enable the ability for users to change their email address.
Enable the ability for users to change their username.
Events will be deleted after this duration.(Format: weeks=3;days=2;hours=3,seconds=2).
The option configures the footer links on the flow executor pages.
When enabled, all the events caused by a user will be deleted upon the user's deletion.
Globally enable/disable impersonation.
Default token duration
Possible values: >= 1
and <= 2147483647
Default token length
{
"avatars": "string",
"default_user_change_name": true,
"default_user_change_email": true,
"default_user_change_username": true,
"event_retention": "string",
"gdpr_compliance": true,
"impersonation": true,
"default_token_duration": "string",
"default_token_length": 0
}
- application/json
- Schema
- Example (from schema)
Schema
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "string",
"code": "string"
}