Overview
The User Refresh endpoint allows you to trigger an update to the underlying data associated with a user, without requiring any user action.
How It Works
When your backend system makes a request to this endpoint, the Eleos Platform sends a silent signal to the mobile app associated with the specified user. The mobile app immediately initiates a background synchronization process.
The mobile app calls out to your authentication service to retrieve the latest user state. This typically results in updates to Dashboards, Loads, To Do’s, etc.
NOTE: This API is rate limited to a maximum of 300 requests per 5 minutes. Requests made in excess of this limit will receive an HTTP 429 response.
IMPORTANT: Updates are delivered via push notifications and requires users to have that mobile app permission enabled to receive the updates.