Lock Things Group to IMEI range (TAC)
This guide will show you how you can Enable and Disable Master IMEI settings to allow your Thing Group SIM cards to work only with one manufacturer IMEI range (TAC)
Lock Things Group to IMEI range
PUT
https://console.monogoto.io/thingsgroup/{THING_GROUP_ID}
Path Parameters
THING_GROUP_ID*
String
The identifier of your Things Group
Headers
TOKEN_HERE*
String
Your authentication token
Request Body
TELEPHONY_PROFILE
String
Things Group Telephony Profile ID
THINGS_GROUP_NAME
String
MASTER_IMEI_STATE
String
Replace with true or false
IMEI_PREFIX
String
Replace with the device IMEI range, also known as a TAC
Example using cURL:
Please note that the above shown command needs to be replaced with information:
{THINGS_GROUP_ID} - replace with Things Group ID
{TOKEN_HERE} - replace with your token
{TELEPHONY_PROFILE_ID} - replace with your Things Group used Telephony Profile ID, this can be retrieved through Get Things Group Information.
{THINGS_GROUP_NAME} - replace with your Things Group used Telephony Profile ID from the first step.
{IMEI_PREFIX} - replace with the device IMEI range, also known as a TAC. In order to restrict Things inside this Thing Group to work only with devices from this IMEI range. Please note that you can send empty value in order to remove IMEI range value.
{MASTER_IMEI_STATE} - replace with true or false value, depending on what you want to do:
true - Enable Master IMEI limitation to allow only our entered device IMEI range to get SIM card services.
false - Disable Master IMEI limitation to allow all devices to work with this Thing.
Example of request:
Expected response (should show Thing Group ID):
Last updated