> ## Documentation Index
> Fetch the complete documentation index at: https://loadwork.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Owner vs Member: team roles in Load Work

> Load Work has two team roles: Owner and Member. Owners manage billing, settings, and invites. Members handle day-to-day load board and fleet work.

export const PageFooter = ({path}) => <p style={{
  marginTop: '3rem',
  paddingTop: '1rem',
  borderTop: '1px solid var(--border-color, #e5e7eb)',
  fontSize: '0.875rem',
  color: 'var(--muted-color, #6b7280)'
}}>
    Something in the app look different from this page?{' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent('Docs feedback' + (path ? ` — ${path}` : ''))}&body=${encodeURIComponent('The docs page ' + (path || '(unspecified)') + ' looks different from what I see in the app.\n\nWhat I see:\n\nWhat the page says:\n')}`}>
      Tell us and we'll fix it
    </a>.
  </p>;

export const AskSupport = ({subject, question, children}) => <Note>
    {children}
    {' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(question + "\n\n---\nSent from the Load Work help center. So the team can answer fast, please add:\n• The email you sign in with\n• Your organization code (Organization → Manage)\n• A load ID or broker ID if this is about a specific posting\n")}`}>
      Email support about this
    </a>{' '}
    — we answer within one business day.
  </Note>;

Load Work organizations have two roles: **Owner** and **Member**. There is no admin tier or custom permission set. Assignment happens when you send an invite, and you can change it later from the team member row.

## What an Owner can do

Owners have full access to the organization, including:

* Organization settings and profile
* Billing, invoices, and plan changes
* Inviting, removing, and changing roles for team members
* Deleting the organization permanently

## What a Member can do

Members have operational access for day-to-day work:

* Searching and saving loads
* Claiming loads
* Building and managing notification rules
* Managing trucks in the fleet
* Viewing the activity feed

Members **cannot** access billing, change the plan, or delete the organization.

## Changing roles

You can switch a team member between Owner and Member at any time. Click the role dropdown in their row on the **Organization → Team** page. The change takes effect immediately.

<Note>
  You do not need every teammate to be an Owner. One Owner is enough for billing and settings. Most carriers keep dispatchers and fleet managers as Members.
</Note>

## Belonging to more than one organization

<AskSupport subject="Team — can one email be in multiple organizations?" question="Can a single email address be a member of more than one Load Work organization at the same time? If yes, how do I switch between them once I've signed in?">
  Need to be part of more than one Load Work org with the same email?
</AskSupport>

## Related

<CardGroup cols={2}>
  <Card title="Invite teammates" icon="user-plus" href="/team/invite-teammates">
    Learn how to send invites and assign roles when you add someone new.
  </Card>

  <Card title="Delete organization" icon="trash" href="/account/delete-organization">
    Understand what happens when an Owner deletes the org permanently.
  </Card>
</CardGroup>

<PageFooter path="/team/roles-owner-vs-member" />
