SettingsApi
Method | HTTP request | Description |
---|---|---|
GetEntrustSTAuthenticatorSettingsUsingGET | GET /api/web/v1/settings/entrustst | Get Entrust ST Authenticator settings |
GetFaceAccountSettingsUsingGET | GET /api/web/v1/settings/face/account | Get Onfido account settings |
GetGeneralSettingsUsingGET | GET /api/web/v1/settings/general | Get general settings |
GetGoogleAuthenticatorSettingsUsingGET | GET /api/web/v1/settings/google | Get Google Authenticator settings |
GetOTPAuthenticatorSettingsUsingGET | GET /api/web/v3/settings/otp | Get OTP authenticator settings |
GetPasswordResetSettingsUsingGET | GET /api/web/v1/settings/passwordreset | Get Password Reset settings |
SetFaceAccountSettingsUsingPUT | PUT /api/web/v1/settings/face/account | Set Onfido account settings |
UpdateEntrustSTAuthenticatorSettingsUsingPUT | PUT /api/web/v1/settings/entrustst | Update Entrust ST Authenticator settings |
UpdateGeneralSettingsUsingPUT | PUT /api/web/v1/settings/general | Update general settings |
UpdateGoogleAuthenticatorSettingsUsingPUT | PUT /api/web/v1/settings/google | Update Google Authenticator settings |
UpdateOTPAuthenticatorSettingsUsingPUT | PUT /api/web/v3/settings/otp | Update OTP authenticator settings |
UpdatePasswordResetSettingsUsingPUT | PUT /api/web/v1/settings/passwordreset | Update Password Reset settings |
GetEntrustSTAuthenticatorSettingsUsingGET
EntrustSTAuthenticatorSettings GetEntrustSTAuthenticatorSettingsUsingGET ()
Get Entrust ST Authenticator settings
Get Entrust ST Authenticator settings. Caller requires the SETTINGS:VIEW permission.
Using the GetEntrustSTAuthenticatorSettingsUsingGETWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
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 | - |
GetFaceAccountSettingsUsingGET
FaceAccountSettings GetFaceAccountSettingsUsingGET ()
Get Onfido account settings
Gets the Onfido account settings used by the Face Biometric. Caller requires the SETTINGS:VIEW permission.
Example
Using the GetFaceAccountSettingsUsingGETWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
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 | - |
GetGeneralSettingsUsingGET
GeneralSettings GetGeneralSettingsUsingGET ()
Get general settings
Get general settings. Caller requires the SETTINGS:VIEW permission.
Example
Using the GetGeneralSettingsUsingGETWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
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 | - |
GetGoogleAuthenticatorSettingsUsingGET
GoogleAuthenticatorSettings GetGoogleAuthenticatorSettingsUsingGET ()
Get Google Authenticator settings
Get Google Authenticator settings. Caller requires the SETTINGS:VIEW permission.
Example
Using the GetGoogleAuthenticatorSettingsUsingGETWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
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 | - |
GetOTPAuthenticatorSettingsUsingGET
OTPAuthenticatorSettings GetOTPAuthenticatorSettingsUsingGET ()
Get OTP authenticator settings
Get OTP authenticator settings. Caller requires the SETTINGS:VIEW permission.
Example
Using the GetOTPAuthenticatorSettingsUsingGETWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
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 | - |
GetPasswordResetSettingsUsingGET
PasswordResetSettings GetPasswordResetSettingsUsingGET ()
Get Password Reset settings
Get the password reset settings. Caller requires the SETTINGS:VIEW permission.
Example
Using the GetPasswordResetSettingsUsingGETWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
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 | - |
SetFaceAccountSettingsUsingPUT
void SetFaceAccountSettingsUsingPUT (FaceAccountSettings faceAccountSettings)
Set Onfido account settings
Sets the Onfido account settings used by the Face Biometric. Caller requires the SETTINGS:EDIT permission.
Example
Using the SetFaceAccountSettingsUsingPUTWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
faceAccountSettings | 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 | - |
UpdateEntrustSTAuthenticatorSettingsUsingPUT
void UpdateEntrustSTAuthenticatorSettingsUsingPUT (EntrustSTAuthenticatorSettings entrustSTAuthenticatorSettings)
Update Entrust ST Authenticator settings
Update Entrust ST Authenticator settings. Caller requires the SETTINGS:EDIT permission.
Example
Using the UpdateEntrustSTAuthenticatorSettingsUsingPUTWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
entrustSTAuthenticatorSettings | 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 | - |
UpdateGeneralSettingsUsingPUT
void UpdateGeneralSettingsUsingPUT (GeneralSettings generalSettings)
Update general settings
Update general settings. Caller requires the SETTINGS:EDIT permission.
Example
Using the UpdateGeneralSettingsUsingPUTWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
generalSettings | 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 | - |
UpdateGoogleAuthenticatorSettingsUsingPUT
void UpdateGoogleAuthenticatorSettingsUsingPUT (GoogleAuthenticatorSettings googleAuthenticatorSettings)
Update Google Authenticator settings
Update Google Authenticator settings. Caller requires the SETTINGS:EDIT permission.
Example
Using the UpdateGoogleAuthenticatorSettingsUsingPUTWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
googleAuthenticatorSettings | 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 | - |
UpdateOTPAuthenticatorSettingsUsingPUT
void UpdateOTPAuthenticatorSettingsUsingPUT (OTPAuthenticatorSettings oTPAuthenticatorSettings)
Update OTP authenticator settings
Update OTP authenticator settings. Caller requires the SETTINGS:EDIT permission.
Example
Using the UpdateOTPAuthenticatorSettingsUsingPUTWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
oTPAuthenticatorSettings | 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 | - |
UpdatePasswordResetSettingsUsingPUT
void UpdatePasswordResetSettingsUsingPUT (PasswordResetSettings passwordResetSettings)
Update Password Reset settings
Update the password reset settings. Caller requires the SETTINGS:EDIT permission.
Example
Using the UpdatePasswordResetSettingsUsingPUTWithHttpInfo variant
This returns an ApiResponse object which contains the response data, status code and headers.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
passwordResetSettings | 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 | - |