Yes, sign in as yourself and then specify the email address of the person that owns the Box.
Registering for someone else
https://camio.com/box/register
If the owner also wants you to configure the Box, then ask the owner to add you as a Guest with Can Manage permissions at:
Bulk Registration
When you're registering multiple boxes, you can use this URL template after substituting the mustache variables with actual values for the Box MAC, the Box Name, and the Owner Email.
https://camio.com/box/register/{{mac}}/#user={{owner}};name={{name}}
For example, this registers the Box with MAC "123456789012" to the owner "boss@example.com" with the Box name "Global HQ":
https://camio.com/box/register/123456789012/#user=boss@example.com;name=Global%20HQ
Spreadsheet formula with template above
=HYPERLINK(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(BOX_REGISTER, "{{mac}}", S2), "{{owner}}", AB2),"{{name}}", CONCAT(B2, CONCAT(" ", F2))))
Comments