PUT Application/PutUserSemanticEntitySecurities
Request Information
URI Parameters
None.
Body Parameters
Collection of UserSemanticEntitySecurity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
Required |
|
| SemanticEntitySchemaName | string |
Required |
|
| SemanticEntityName | string |
Required |
|
| EntityID | string |
Required |
|
| HasAccess | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "8f9a6b2d-d42b-4953-8e09-4c585a326b3a",
"SecurityGroupUserID": "5168bce1-ea9e-4b04-914b-b1de1729c065",
"SemanticEntitySchemaName": "sample string 3",
"SemanticEntityName": "sample string 4",
"EntityID": "sample string 5",
"HasAccess": true
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.