GET api/SecurityIdentity?Username={Username}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SecurityIdentity| Name | Description | Type | Additional 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. |
Response 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:34.6576671-06:00"
}
],
"MemberOf": [],
"Members": []
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.