Can I register a Box on behalf of someone else without sharing passwords?

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

Screen_Shot_2019-04-01_at_3.56.57_PM.png

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:

https://camio.com/guests

 

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))))
Have more questions? Submit a request

Comments