Swap Owner of Homey

At firmware V2.1.0 is mentioned:

  • [Family Sharing] It’s now possible to swap the owner of a Homey

How to do so?

Will be available in one of the Mobile App updates but is already possible using the web API playground although I did not yet test it.

If you dare… Something like

To swap a Homey’s owner in the Web API Playground:

Homey.users.swapOwner({ newOwnerUserId: 'abcde...' });

https://developer.athom.com/docs/api/HomeyAPI.ManagerUsers.html

1 Like

Thanks