Authorization: Bearer ********************{
"ia_all": false,
"department_ids": [
3411
],
"ent_userids": [
323031,
323029
]
}curl --location --request PUT '/remote-control-function-templates/2/bind-users-departments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ia_all": false,
"department_ids": [
3411
],
"ent_userids": [
323031,
323029
]
}'{
"remote_control_function_template_id": "2",
"userid": "1",
"entid": "1",
"is_all": false,
"department_ids": [
"3411"
],
"ent_userids": [
"323031",
"323029"
]
}