Overview

Inseego Connect External API contains APIs that customers can use to create and manage devices, tenants, and users.

Device Management API for API Consumers

This API contains the following operations:

OperationDescription
Delete the devices Deletes devices from the tenant.
Register the devices Registers devices into the desired tenant.

Tenant Management API for API Consumers

This API contains the following operations:

OperationDescription
Create tenant Creates a new tenant.
Search tenant namePerforms 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

User Management API for API Consumers

This API contains the following operations:

OperationDescription
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.

In this article