SettingsApi
Method | HTTP request | Description |
---|---|---|
get_entrust_st_authenticator_settings_using_get | GET /api/web/v1/settings/entrustst | Get Entrust ST Authenticator settings |
get_face_account_settings_using_get | GET /api/web/v1/settings/face/account | Get Onfido account settings |
get_fido_settings_using_get | GET /api/web/v1/settings/fido | Get FIDO settings |
get_general_settings_using_get | GET /api/web/v1/settings/general | Get general settings |
get_google_authenticator_settings_using_get | GET /api/web/v1/settings/google | Get Google Authenticator settings |
get_otp_authenticator_settings_using_get | GET /api/web/v3/settings/otp | Get OTP authenticator settings |
get_password_reset_settings_using_get | GET /api/web/v1/settings/passwordreset | Get Password Reset settings |
set_face_account_settings_using_put | PUT /api/web/v1/settings/face/account | Set Onfido account settings |
update_entrust_st_authenticator_settings_using_put | PUT /api/web/v1/settings/entrustst | Update Entrust ST Authenticator settings |
update_fido_settings_using_put | PUT /api/web/v1/settings/fido | Update FIDO settings |
update_general_settings_using_put | PUT /api/web/v1/settings/general | Update general settings |
update_google_authenticator_settings_using_put | PUT /api/web/v1/settings/google | Update Google Authenticator settings |
update_otp_authenticator_settings_using_put | PUT /api/web/v3/settings/otp | Update OTP authenticator settings |
update_password_reset_settings_using_put | PUT /api/web/v1/settings/passwordreset | Update Password Reset settings |
get_entrust_st_authenticator_settings_using_get
EntrustSTAuthenticatorSettings get_entrust_st_authenticator_settings_using_get()
Get Entrust ST Authenticator settings
Get Entrust ST Authenticator settings. Caller requires the SETTINGS:VIEW permission.
- Api Key Authentication (AdminAPIAuthentication):
Parameters
This endpoint does not need any parameter.
Return type
EntrustSTAuthenticatorSettings
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
get_face_account_settings_using_get
FaceAccountSettings get_face_account_settings_using_get()
Get Onfido account settings
Gets the Onfido account settings used by the Face Biometric. Caller requires the SETTINGS:VIEW permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
get_fido_settings_using_get
FIDOAuthenticatorSettings get_fido_settings_using_get()
Get FIDO settings
Get the FIDO settings. Caller requires the SETTINGS:VIEW permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
get_general_settings_using_get
GeneralSettings get_general_settings_using_get()
Get general settings
Get general settings. Caller requires the SETTINGS:VIEW permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
get_google_authenticator_settings_using_get
GoogleAuthenticatorSettings get_google_authenticator_settings_using_get()
Get Google Authenticator settings
Get Google Authenticator settings. Caller requires the SETTINGS:VIEW permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
get_otp_authenticator_settings_using_get
OTPAuthenticatorSettings get_otp_authenticator_settings_using_get()
Get OTP authenticator settings
Get OTP authenticator settings. Caller requires the SETTINGS:VIEW permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
get_password_reset_settings_using_get
PasswordResetSettings get_password_reset_settings_using_get()
Get Password Reset settings
Get the password reset settings. Caller requires the SETTINGS:VIEW permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
set_face_account_settings_using_put
set_face_account_settings_using_put(face_account_settings)
Set Onfido account settings
Sets the Onfido account settings used by the Face Biometric. Caller requires the SETTINGS:EDIT permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
face_account_settings | FaceAccountSettings |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
update_entrust_st_authenticator_settings_using_put
update_entrust_st_authenticator_settings_using_put(entrust_st_authenticator_settings)
Update Entrust ST Authenticator settings
Update Entrust ST Authenticator settings. Caller requires the SETTINGS:EDIT permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
entrust_st_authenticator_settings | EntrustSTAuthenticatorSettings |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
update_fido_settings_using_put
update_fido_settings_using_put(fido_authenticator_settings_parms)
Update FIDO settings
Update the FIDO settings. Caller requires the SETTINGS:EDIT permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
fido_authenticator_settings_parms | FIDOAuthenticatorSettingsParms |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
update_general_settings_using_put
update_general_settings_using_put(general_settings)
Update general settings
Update general settings. Caller requires the SETTINGS:EDIT permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
general_settings | GeneralSettings |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
update_google_authenticator_settings_using_put
update_google_authenticator_settings_using_put(google_authenticator_settings)
Update Google Authenticator settings
Update Google Authenticator settings. Caller requires the SETTINGS:EDIT permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
google_authenticator_settings | GoogleAuthenticatorSettings |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
update_otp_authenticator_settings_using_put
update_otp_authenticator_settings_using_put(otp_authenticator_settings)
Update OTP authenticator settings
Update OTP authenticator settings. Caller requires the SETTINGS:EDIT permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
otp_authenticator_settings | OTPAuthenticatorSettings |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
update_password_reset_settings_using_put
update_password_reset_settings_using_put(password_reset_settings)
Update Password Reset settings
Update the password reset settings. Caller requires the SETTINGS:EDIT permission.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
password_reset_settings | PasswordResetSettings |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |