Skip to Content
Embed SystemEnd Users

End Users

End users are the people who interact with Orderly through your embedded components. They’re tracked by the endUserId you provide when creating sessions.

End User Management

Orderly automatically creates end user records when sessions are created. You can view and manage them:

GET /api/embed/end-users # List end users GET /api/embed/end-users/:id # Get end user details DELETE /api/embed/end-users/:id # Remove an end user

End User Data

Each end user record tracks:

  • Your internal user ID
  • Email address
  • Last active timestamp
  • Session history
  • Associated bridges (if they’ve configured any)