Authorization: Bearer ********************{
"description": "所有人可编辑",
"audience": {
"type": "all"
},
"data_range": "all",
"conditions": [
],
"column_permissions": {
"2882c6594241160f": "editable",
"32573b0d02e03245": "editable",
"ab8abb93d7b4cf20": "editable",
"dc2e3af7c6401a13": "editable",
"433feaca1841611a": "editable",
"39fc3e7a28c95f02": "editable",
"eefa076fcf59a96a": "editable",
"7483722beec0328f": "editable",
"f202efda10cf3b56": "editable",
"fc7b953906fbbcde": "editable",
"682673a2998ede44": "editable",
"4ecadef7141ecf88": "editable",
"e1102bbab491ed2d": "editable",
"4dd19ca4e7102b30": "editable",
"e14005ccc34e9778": "editable",
"1c03ab2d742f2c41": "editable",
"6f5cc8d7a0eed3db": "editable"
},
"allow_create": true,
"allow_delete": true,
"allow_schema_update": false,
"allow_schema_delete": true
}curl --location 'https://app.emoosearch.com/open-api/v1/data/table/tb_16aea73b357ac/permissions' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "所有人可编辑",
"audience": {
"type": "all"
},
"data_range": "all",
"conditions": [
],
"column_permissions": {
"2882c6594241160f": "editable",
"32573b0d02e03245": "editable",
"ab8abb93d7b4cf20": "editable",
"dc2e3af7c6401a13": "editable",
"433feaca1841611a": "editable",
"39fc3e7a28c95f02": "editable",
"eefa076fcf59a96a": "editable",
"7483722beec0328f": "editable",
"f202efda10cf3b56": "editable",
"fc7b953906fbbcde": "editable",
"682673a2998ede44": "editable",
"4ecadef7141ecf88": "editable",
"e1102bbab491ed2d": "editable",
"4dd19ca4e7102b30": "editable",
"e14005ccc34e9778": "editable",
"1c03ab2d742f2c41": "editable",
"6f5cc8d7a0eed3db": "editable"
},
"allow_create": true,
"allow_delete": true,
"allow_schema_update": false,
"allow_schema_delete": true
}'{
"code": 200,
"message": "success",
"data": {
"role_key": "strategy_abc12345",
"description": "技术部可编辑",
"audience": {
"type": "specified",
"user_open_ids": [
"ou_abc",
"ou_def"
],
"group_ids": [
1
]
},
"data_range": "all",
"conditions": [],
"column_permissions": {
"fld_name": "editable",
"fld_age": "visible",
"fld_salary": "hidden"
},
"allow_create": true,
"allow_delete": false,
"allow_schema_update": false,
"allow_schema_delete": false
}
}