Skip to main content
Moonshadow uses role-based access control (RBAC) to manage what each person can do inside a workspace. Every member is assigned one of four roles: Owner, Admin, Member, or Viewer. Roles determine who can manage billing, create integrations, build automations, or simply view dashboards.

Role Permissions

The following table shows what each role can do inside a workspace: Owners have full control over the workspace, including destructive actions like deletion and billing changes. Admins can manage day-to-day operations such as integrations and members but cannot alter billing or delete the workspace. Members can build automations and view data but cannot change workspace settings. Viewers have read-only access and cannot modify anything.

Changing a Member’s Role

Only Owners and Admins can change roles. To update a role from the dashboard:
  1. Go to Settings > Members inside the workspace.
  2. Find the member whose role you want to change.
  3. Select the new role from the dropdown.
  4. Confirm the change.
The member’s permissions update immediately without requiring them to log out.

Adding and Removing Members via API

You can invite a new member or remove an existing one programmatically.

Invite a Member

Example response:

Remove a Member

A successful removal returns HTTP 204 No Content.

Workspace Ownership Transfer

You can transfer ownership of a workspace to another Admin if you are the current Owner. From the dashboard:
  1. Go to Settings > Members.
  2. Click the actions menu on the Admin you want to promote.
  3. Select Transfer Ownership.
  4. Confirm the transfer.
You will be downgraded to Admin, and the new Owner will assume full control.
Transferring ownership is immediate and cannot be reverted by the previous Owner. Make sure you trust the recipient before confirming.