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)

Complete FIDO token registration for the current user.

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

deleteSelfFIDOTokenUsingDELETE(fidoid)

Delete a FIDO token from the current user.

Example

Parameters

NameTypeDescriptionNotes
fidoidString

Return type

null (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(fidoid)

Get a FIDO token for the current user.

Example

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(requestBody)

Update to delete User Values

Example

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

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

selfSetUserValuesUsingPOST(userClientValue)

Set or update User Values

Example

Parameters

NameTypeDescriptionNotes
userClientValueList<UserClientValue>

Return type

null (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

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

updateSelfFIDOTokenUsingPUT(fidoid, fiDOTokenParms)

Update a FIDO token from the current user.

Example

Parameters

NameTypeDescriptionNotes
fidoidString
fiDOTokenParmsFIDOTokenParms

Return type

null (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-