We ensure our customers receive high-quality, reliable devices they can trust.
External API provides endpoints for external services API.
This API contains the following operations:
Operation | Description |
---|---|
createExternalUser | Creates a user in a tenant with the following fields:
- email
- firstName
- lastName
- roleName |
createTenantWithExternalAPI | Creates a new tenant with external API. |
deleteExternalUser | Removes the user, based on email ID. |
fetchExternalUser | Provides the list of users present in a tenant. |
updateExternalUser | Allows editing of all parameters for the user:
- email
- firstName
- lastName
- roleName |
updateTenantWithExternalAPI | Allows editing of all parameters for a tenant. |