Retrieve general settings
Retrieves organization-wide setting details, including password and security settings.
- 200
- default
Success
- application/api.clumio.general-settings=v2+json
- Schema
- Example (from schema)
Schema
_links object
- auto_logout_duration int64
Possible values:
>= 600
and<= 3600
The length of time before a user is logged out of the Clumio system due to inactivity. Measured in seconds. The valid range is between 600 seconds (10 minutes) and 3600 seconds (60 minutes). If not configured, the value defaults to 900 seconds (15 minutes).
- ip_allowlist string[]
The designated range of IP addresses that are allowed to access the Clumio REST API. API requests that originate from outside this list will be blocked. The IP address of the server from which this request is being made must be in this list; otherwise, the request will fail. Set the parameter to individual IP addresses and/or a range of IP addresses in CIDR notation. For example, ["193.168.1.0/24", "193.172.1.1"]. If not configured, the value defaults to ["0.0.0.0/0"] meaning all addresses will be allowed.
organizational_unit_data_groups object
- password_expiration_duration int64
Possible values:
>= 2592000
and<= 15552000
The length of time a user password is valid before it must be changed. Measured in seconds. The valid range is between 2592000 seconds (30 days) and 15552000 seconds (180 days). If not configured, the value defaults to 7776000 seconds (90 days).
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"update-general-settings": {
"href": "string",
"templated": true,
"type": "string"
}
},
"auto_logout_duration": 0,
"ip_allowlist": [
"string"
],
"organizational_unit_data_groups": {
"aws": {
"is_editable": true,
"type": "string"
},
"microsoft365": {
"is_editable": true,
"type": "string"
}
},
"password_expiration_duration": 0
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
GET /settings/general
Authorization
Request
Request
curl -L -X GET 'https://us-west-2.api.clumio.com/settings/general' \
-H 'Accept: application/api.clumio.general-settings=v2+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/settings/general' \
-H 'Accept: application/api.clumio.general-settings=v2+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/settings/general' \
-H 'Accept: application/api.clumio.general-settings=v2+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/settings/general' \
-H 'Accept: application/api.clumio.general-settings=v2+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/settings/general' \
-H 'Accept: application/api.clumio.general-settings=v2+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/settings/general' \
-H 'Accept: application/api.clumio.general-settings=v2+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/settings/general' \
-H 'Accept: application/api.clumio.general-settings=v2+json' \
-H 'Authorization: Bearer <TOKEN>'