POST api/usrauthenticator/toggleenabledforuser

Request Information

URI Parameters

None.

Body Parameters

integer

Request Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UsrAuthenticatorDisplay
NameDescriptionTypeAdditional information
UsrUserIdDisplay

string

None.

DisplayField

string

None.

AuthType

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

UsrUserId

integer

Required

Name

string

None.

IsEnabled

integer

Required

IsPrimary

integer

Required

CreatedAt

date

Required

LastUsedAt

date

None.

Zusatzfeld1

string

None.

Zusatzfeld2

string

None.

Bemerkung

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UsrUserIdDisplay": "sample string 1",
  "DisplayField": "sample string 2",
  "AuthType": "sample string 3",
  "Id": 4,
  "RowGuid": "6d85a883-a4be-4a85-b9e9-ce6abd75d2f1",
  "UsrUserId": 6,
  "Name": "sample string 7",
  "IsEnabled": 8,
  "IsPrimary": 9,
  "CreatedAt": "2026-04-25T13:05:19.6337284+02:00",
  "LastUsedAt": "2026-04-25T13:05:19.6337284+02:00",
  "Zusatzfeld1": "sample string 11",
  "Zusatzfeld2": "sample string 12",
  "Bemerkung": "sample string 13"
}

application/xml, text/xml

Sample:
<UsrAuthenticatorDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models">
  <Bemerkung>sample string 13</Bemerkung>
  <CreatedAt>2026-04-25T13:05:19.6337284+02:00</CreatedAt>
  <Id>4</Id>
  <IsEnabled>8</IsEnabled>
  <IsPrimary>9</IsPrimary>
  <LastUsedAt>2026-04-25T13:05:19.6337284+02:00</LastUsedAt>
  <Name>sample string 7</Name>
  <RowGuid>6d85a883-a4be-4a85-b9e9-ce6abd75d2f1</RowGuid>
  <UsrUserId>6</UsrUserId>
  <Zusatzfeld1>sample string 11</Zusatzfeld1>
  <Zusatzfeld2>sample string 12</Zusatzfeld2>
  <AuthType>sample string 3</AuthType>
  <DisplayField>sample string 2</DisplayField>
  <UsrUserIdDisplay>sample string 1</UsrUserIdDisplay>
</UsrAuthenticatorDisplay>