curl --request POST \
--url https://apigw.bienport.com/api/enterprise/bulk/set-panel-user \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'OrganizationId: <organizationid>' \
--header 'authorization: <authorization>' \
--data '
{
"userPanelPairList": [
{
"masterPinCode": "<string>",
"notificationOption": {
"assignee": true,
"assigner": true,
"contacts": true,
"email": true,
"id": 123,
"pushMessage": true,
"sms": true,
"userId": 123
},
"oldPinCode": "<string>",
"key": "s01",
"pinCode": "1234",
"resourceId": 12341234,
"partitionNo": 1,
"slotNo": 1,
"userId": 12341234
}
],
"notificationOptions": {
"channels": [
"<string>"
],
"audience": [
"<string>"
],
"userId": 12343123
}
}
'{
"message": "<string>",
"success": true
}curl --request POST \
--url https://apigw.bienport.com/api/enterprise/bulk/set-panel-user \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'OrganizationId: <organizationid>' \
--header 'authorization: <authorization>' \
--data '
{
"userPanelPairList": [
{
"masterPinCode": "<string>",
"notificationOption": {
"assignee": true,
"assigner": true,
"contacts": true,
"email": true,
"id": 123,
"pushMessage": true,
"sms": true,
"userId": 123
},
"oldPinCode": "<string>",
"key": "s01",
"pinCode": "1234",
"resourceId": 12341234,
"partitionNo": 1,
"slotNo": 1,
"userId": 12341234
}
],
"notificationOptions": {
"channels": [
"<string>"
],
"audience": [
"<string>"
],
"userId": 12343123
}
}
'{
"message": "<string>",
"success": true
}Access Token
Organization ID
authorization
userPanelPairingRequest
User Panel Pairing Request Api Model
User Panel Pair List
Show child attributes
Show child attributes
Key
"s01"
Pin Code
"1234"
Resource Id
12341234
Partition No
1
Slot No
1
User Id
12341234