Skip to main content

AuthenticationSelfAdminApi

MethodHTTP requestDescription
CompleteFIDORegisterUsingPOSTPOST /api/web/v1/self/fidotokensComplete FIDO token registration for the current user.
DeleteSelfFIDOTokenUsingDELETEDELETE /api/web/v1/self/fidotokens/{fidoid}Delete a FIDO token from the current user.
GetSelfFIDOTokenUsingGETGET /api/web/v1/self/fidotokens/{fidoid}Get a FIDO token for the current user.
SelfDeleteUserValuesUsingPUTPUT /api/web/v1/self/valuesUpdate to delete User Values
SelfGetUserValuesUsingGETGET /api/web/v1/self/valuesGet User Values
SelfSetUserValuesUsingPOSTPOST /api/web/v1/self/valuesSet or update User Values
StartFIDORegisterUsingGETGET /api/web/v1/self/fidotokensStart FIDO token registration for the current user.
UpdateSelfFIDOTokenUsingPUTPUT /api/web/v1/self/fidotokens/{fidoid}Update a FIDO token from the current user.

CompleteFIDORegisterUsingPOST

FIDOToken CompleteFIDORegisterUsingPOST (FIDORegisterResponse fIDORegisterResponse)

Complete FIDO token registration for the current user.

Using the CompleteFIDORegisterUsingPOSTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
fIDORegisterResponseFIDORegisterResponse

Return type

FIDOToken

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-

DeleteSelfFIDOTokenUsingDELETE

void DeleteSelfFIDOTokenUsingDELETE (string fidoid)

Delete a FIDO token from the current user.

Example

Using the DeleteSelfFIDOTokenUsingDELETEWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
fidoidstring

Return type

void (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-

GetSelfFIDOTokenUsingGET

FIDOToken GetSelfFIDOTokenUsingGET (string fidoid)

Get a FIDO token for the current user.

Example

Using the GetSelfFIDOTokenUsingGETWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
fidoidstring

Return type

FIDOToken

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-

SelfDeleteUserValuesUsingPUT

List<UserClientValue> SelfDeleteUserValuesUsingPUT (List<string> requestBody)

Update to delete User Values

Example

Using the SelfDeleteUserValuesUsingPUTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
requestBodyList<string>

Return type

List<UserClientValue>

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-

SelfGetUserValuesUsingGET

List<UserClientValue> SelfGetUserValuesUsingGET ()

Get User Values

Example

Using the SelfGetUserValuesUsingGETWithHttpInfo 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

List<UserClientValue>

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-

SelfSetUserValuesUsingPOST

void SelfSetUserValuesUsingPOST (List<UserClientValue> userClientValue)

Set or update User Values

Example

Using the SelfSetUserValuesUsingPOSTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
userClientValueList<UserClientValue>

Return type

void (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-

StartFIDORegisterUsingGET

FIDORegisterChallenge StartFIDORegisterUsingGET ()

Start FIDO token registration for the current user.

Example

Using the StartFIDORegisterUsingGETWithHttpInfo 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

FIDORegisterChallenge

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-

UpdateSelfFIDOTokenUsingPUT

void UpdateSelfFIDOTokenUsingPUT (string fidoid, FIDOTokenParms fIDOTokenParms)

Update a FIDO token from the current user.

Example

Using the UpdateSelfFIDOTokenUsingPUTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
fidoidstring
fIDOTokenParmsFIDOTokenParms

Return type

void (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-