Users
The Users page lists everyone with access to your Space and lets you invite new members and manage their roles. A person can belong to several Spaces at once, with a different role in each.
Roles
Every member has one of two roles in a Space:
| Role | What they can do |
|---|---|
| Admin | Full access — manage devices, tags, connectors, variables, and firmware; invite and manage other members; change Space settings. |
| User | Read-only — view devices and their messages, but cannot make changes. |
Inviting a member
- Open Users in the left sidebar and click + INVITE USER.
- Enter the person's email address.
- Choose their role — Admin or User.
- Click Send Invite.
They receive an email with an invitation link. To accept, they sign in — or register — with an email & password, a Google account, or a Microsoft account. Once accepted, they appear in the Users list with the role you assigned.
Managing members
Use the menu next to a member in the Users list to:
- Change their role between Admin and User.
- Remove them — they lose access to this Space immediately. Their account is not deleted, and their access to any other Spaces is unaffected.
Transferring ownership
The Space owner can hand ownership to another Admin member from Space Settings → Transfer Ownership.
Everything here is also available through the REST API — the users
endpoints (POST …/users/invite, GET/PUT/DELETE …/users/{id}) let you automate
member management.