Devices
Use Devices to review device records associated with a store and business owner, create a new record, or retire a record that is no longer needed.
The /stores/devices route is administrator-only. Its Devices menu entry also requires an Enterprise project and a non-read-only Stores menu session. Route eligibility and sidebar visibility are separate checks. Fixed API source permits scoped device reads for certain business-manager accounts, but this Dashboard screen is not their management workflow.
Open Devices
- Select Stores in the Dashboard sidebar.
- Select Devices.
- Search by device name, choose displayed columns, or select a row to open its details.
The list shows the device name and its store. Store addresses and device codes are sensitive operational identifiers; do not include real values in screenshots or support messages.
This guide reflects fixed Dashboard and API source, not a serving receipt. Do not inspect a real device, owner, business, code, or session to validate it, and do not presume a list request is safe based on its method.
Create a device
- Select Add new device.
- Enter a device Name.
- Select a Business, then select a Business owner from that business.
- Select Save.
All three values are required by the service. Dashboard creates a six-character device code automatically; it is shown only after creation and cannot be edited here.
Update or retire a device
The edit form exposes name and business-owner changes and locks business and code. Fixed client source always sends the locked business id but sends the owner id only when it is present in local changes, while fixed API source requires both identifiers; treat a name-only save as an unresolved source-contract mismatch. No hosted update was tested.
Use the overflow menu to Delete a device. Fixed API source models this as a persistent soft-delete operation that removes the record from normal listing; it is not a test or reset control, and source does not prove a hosted result.
Some projects also show Logout all devices behind the dominos_enable_delete_all_sessions_by_user feature flag. The current client sends a delete-all-sessions request for the selected device owner, not merely the selected device. Treat that as a security-sensitive effect boundary; source does not prove that any hosted sessions ended.
Troubleshooting
Why can’t I save a new device?
Enter a non-empty name, choose an existing business, and choose one of that business’s owners. The service validates all three identifiers.
Why can’t I change the business for an existing device?
The edit form deliberately locks the business. Create the correct device record or follow your project’s approved reassignment process rather than assuming a name change moves the device.
Why is Logout all devices unavailable?
It is controlled by a project feature flag. When unavailable, do not infer that a device record has no sessions; use the account-session workflow if you have authorization.
Related guides: Stores overview · Brand Manager · Profile and account sessions