Update Entity Security Associations
Update Entity Security Associations
- application/json
Request Body
entityAssociated object
entity object[]
clientGroupId integer_type_ integersecurityAssociations object
associationsOperationType stringassociations object[]
userOrGroup object[]
groupId integerexternalGroupName stringuserGroupName stringuserGroupId integerproperties object
role object
roleId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
response object[]
warningCode integererrorCode integerwarningMessage string
{
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
Loading...