POST api/usrauthenticatortotp/update
Request Information
URI Parameters
None.
Body Parameters
UsrAuthenticatorTotp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| UsrAuthenticatorId | integer |
Required |
|
| SecretEncrypted | string |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Bemerkung | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "6d319417-5a48-40df-bf54-bd8cdddd7556",
"UsrAuthenticatorId": 3,
"SecretEncrypted": "sample string 4",
"Zusatzfeld1": "sample string 5",
"Zusatzfeld2": "sample string 6",
"Bemerkung": "sample string 7"
}
application/xml, text/xml
Sample:
<UsrAuthenticatorTotp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models"> <Bemerkung>sample string 7</Bemerkung> <Id>1</Id> <RowGuid>6d319417-5a48-40df-bf54-bd8cdddd7556</RowGuid> <SecretEncrypted>sample string 4</SecretEncrypted> <UsrAuthenticatorId>3</UsrAuthenticatorId> <Zusatzfeld1>sample string 5</Zusatzfeld1> <Zusatzfeld2>sample string 6</Zusatzfeld2> </UsrAuthenticatorTotp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UsrAuthenticatorTotpDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| UsrAuthenticatorIdDisplay | string |
None. |
|
| DisplayField | string |
None. |
|
| UsrUserId | integer |
None. |
|
| IsEnabled | integer |
None. |
|
| IsPrimary | integer |
None. |
|
| CreatedAt | date |
None. |
|
| LastUsedAt | date |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| UsrAuthenticatorId | integer |
Required |
|
| SecretEncrypted | string |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Bemerkung | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UsrAuthenticatorIdDisplay": "sample string 1",
"DisplayField": "sample string 2",
"UsrUserId": 1,
"IsEnabled": 1,
"IsPrimary": 1,
"CreatedAt": "2026-04-25T13:05:11.6189954+02:00",
"LastUsedAt": "2026-04-25T13:05:11.6189954+02:00",
"Id": 3,
"RowGuid": "a5231228-1af4-454e-b1a8-e8b34de46820",
"UsrAuthenticatorId": 5,
"SecretEncrypted": "sample string 6",
"Zusatzfeld1": "sample string 7",
"Zusatzfeld2": "sample string 8",
"Bemerkung": "sample string 9"
}
application/xml, text/xml
Sample:
<UsrAuthenticatorTotpDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models"> <Bemerkung>sample string 9</Bemerkung> <Id>3</Id> <RowGuid>a5231228-1af4-454e-b1a8-e8b34de46820</RowGuid> <SecretEncrypted>sample string 6</SecretEncrypted> <UsrAuthenticatorId>5</UsrAuthenticatorId> <Zusatzfeld1>sample string 7</Zusatzfeld1> <Zusatzfeld2>sample string 8</Zusatzfeld2> <CreatedAt>2026-04-25T13:05:11.6189954+02:00</CreatedAt> <DisplayField>sample string 2</DisplayField> <IsEnabled>1</IsEnabled> <IsPrimary>1</IsPrimary> <LastUsedAt>2026-04-25T13:05:11.6189954+02:00</LastUsedAt> <UsrAuthenticatorIdDisplay>sample string 1</UsrAuthenticatorIdDisplay> <UsrUserId>1</UsrUserId> </UsrAuthenticatorTotpDisplay>