/ Accounts Export and Import§
About§
SmartPTT introduces the ability to export and import user accounts apart from the other server configuration. Based on the exemplary export file, you can populate the file with necessary users, set up their own settings (like subfleets/labels, unique Radio IDs etc.), and import them to other SmartPTT servers (backup and additional).
Example§
For using outside SmartPTT, consider the following exported file example.
Example of exported account file (JSON)
[
{
"name": "User 1",
"networks": [
{
"full_name": "IP Site Connect #1 - Slot 1",
"radio_id": 1001
},
{
"full_name": "IP Site Connect #1 - Slot 2",
"radio_id": 1001
}
],
"assigned_profiles": [
"Profile 1", "Profile 2",
],
"assigned_subfleets": [
"Subfleet #1"
]
},
{
"name": "User 2",
"networks": [
{
"full_name": "IP Site Connect #1 - Slot 1",
"radio_id": 1002
},
{
"full_name": "IP Site Connect #1 - Slot 2",
"radio_id": 1002
}
],
"assigned_profiles": [
"Profile 1", "Profile 3",
],
"assigned_subfleets": [
"Subfleet #1", "Subfleet #2"
]
},
]
Benefits§
- Save your costs at SmartPTT configuration by avoiding manual account addition and setup.
- Ensure the product uptime with on-save changes enablement. No need to interrupt your operations with server restart.
- Access flexible import policies (override, add new, add and modify).
Requirements§
- Consider your SmartPTT subscription update to get the current software version.
Prerequisites§
Optionally, refer to the exported file example above to create accounts configuration outside SmartPTT.
Setup§
Feature-related procedures and processes are available below:
Changelog§
9.15.100§
- Introducing the feature.