We ensure our customers receive high-quality, reliable devices they can trust.
Inseego Connect External API contains APIs that customers can use to create and manage devices, tenants, and users.
This API contains the following operations:
Operation | Description |
---|---|
Delete the devices | Deletes devices from the tenant. |
Register the devices | Registers devices into the desired tenant. |
This API contains the following operations:
Operation | Description |
---|---|
Create tenant | Creates a new tenant. |
Search tenant name | Performs a global search for a tenant name by providing either a BAN number or device IMEI. |
Update tenant | Allows editing of all parameters for the tenant:
- tenantName
- tenantType (for parent/child tenant, not required for regular tenant)
- applicationName
- status
- country
- tier name
- parentTenantName |
This API contains the following operations:
Operation | Description |
---|---|
Create user | Creates a user in the tenant with the following fields:
- email
- firstName
- lastName
- roleName, possible values include:
- Admin
- Manager
- Viewer
- Limited Config |
Delete user | Removes the user, based on email ID. |
Update user | Allows editing of all parameters for the user:
- email
- firstName
- lastName
- roleName |
User list | Provides the list of users present in the tenant. |