POST api/SecurityIdentity/Update/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

SecurityIdentity
NameDescriptionTypeAdditional information
JsonDataObject

Collection of Object

None.

IsSuperAdmin

boolean

None.

IsDeveloper

boolean

None.

Id

integer

None.

Name

string

Required

String length: inclusive between 0 and 254

SecurityIdentityTypeId

integer

None.

ClientId

integer

None.

DataObjectId

integer

None.

DataObject

string

String length: inclusive between 0 and 250

Enabled

boolean

None.

CreatedBy

integer

None.

BigId

integer

None.

SecurityIdentityPasswordHistories

Collection of SecurityIdentityPasswordHistory

None.

MemberOf

Collection of SecurityIdentity

None.

Members

Collection of SecurityIdentity

None.

Request Formats

application/json, text/json

Sample:
{
  "JsonDataObject": null,
  "IsSuperAdmin": false,
  "IsDeveloper": false,
  "Id": 1,
  "Name": "sample string 2",
  "SecurityIdentityTypeId": 3,
  "ClientId": 4,
  "DataObjectId": 1,
  "DataObject": "sample string 5",
  "Enabled": true,
  "CreatedBy": 1,
  "BigId": 7,
  "SecurityIdentityPasswordHistories": [
    {
      "Id": 1,
      "SecurityIdentityId": 2,
      "Hash": "sample string 3",
      "DateRecorded": "2025-12-03T12:16:36.5166025-06:00"
    }
  ],
  "MemberOf": [],
  "Members": []
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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