Skip to main content

Partner Back-Office: User Management

Running a complex energy optimization over large device fleets requires good tooling. Our utility back-office web app is designed to help Partners manage the connected fleet of their end-users’ devices, provide customer support, and coordinate within their team.
Administrative functions like Partner user account management are largely done via the Podero utility back-office web app.

List All Users

Get a dashboard overview of all users in your organization:

Create New User

Add a new end-user to your organization:
Use the external_user_id field to link Podero users with your internal customer IDs.

Update User Data

Modify existing user information:

Get User Details

Retrieve complete information for a specific user:

Get User’s Devices

Retrieve all devices associated with a user:

Best Practices

  • Regularly sync external_user_id with your internal systems
  • Maintain up-to-date contact information for support
  • Use consistent location data for accurate optimization
  • Archive or flag inactive users appropriately
  • Create support tickets linked to user_id
  • Log all API operations for audit trails
  • Implement alerts for device disconnections
  • Provide self-service reconnection options
  • Restrict user management to authorized staff only
  • Log all user data modifications
  • Implement role-based access control
  • Never expose user credentials or sensitive data

Common Support Scenarios

Steps:
  1. Check is_authenticated status in device response
  2. If false, check the actions array for an entry with a resolution_link
  3. Redirect the user to the resolution_link URL to reconnect their device
  4. Verify is_authenticated returns true after the user completes the flow

Next Steps

Team Administration

Manage staff and admin users

User Parameters

Complete user parameter reference