Clients

Get

get

Retrieve the client settings

Query parameters
siteIdinteger · int32Optional

Site ID from which to retrieve the Client settings (optional).

Responses
200

Success

application/json; api-version=1.0
get
/api/ClientSettings

Update

put

Modify Client Settings. For each setting, the request has a corresponding parameter. To modify a setting, specify a matching parameter and its value.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to modify the Client settings (optional).

Body
sendHDIconsboolean | nullableOptional

Enable or disable Sending HD Icons.

replicateSendHDIconsboolean | nullableOptional

Enable or disable replicate Sending HD Icons.

overlayIconstring · enumOptional

Overlay Icon Type.

Possible values:
showPasswordExpiryboolean | nullableOptional

Show or hide Password Expiry reminder.

forceSessionsResetboolean | nullableOptional

Enable or disable Force sessions reset when client performs a logoff.

tokenValidationExpireMininteger · int32 | nullableOptional

Token Validation Time. The time for a validation token to expire in minutes.

Responses
put
/api/ClientSettings

No content

Last updated