> For the complete documentation index, see [llms.txt](https://help.maearth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maearth.com/resources-for-land-stewards/organization-profile/organization-members.md).

# Organization Members

When you create an organization profile on Ma Earth, you can invite team members to help manage your organization profile and projects. Different roles have different levels of access:

* **Owner:** Created the account and has full access.
* **Admin:** Can manage everything, including adding or removing other team members, with the exception of other administrators.
* **Member:** Can create and contribute to projects and write project updates.

***

#### <mark style="color:$primary;">Member Permissions</mark>

<table><thead><tr><th width="302.94921875">Member Type</th><th width="135.703125">Owner</th><th width="127.578125">Admin</th><th width="120.65625">Member</th></tr></thead><tbody><tr><td>Create organization</td><td>✅</td><td></td><td></td></tr><tr><td>Edit organization profile</td><td>✅</td><td>✅</td><td></td></tr><tr><td>Publish / unpublish organization profile</td><td>✅</td><td></td><td></td></tr><tr><td>Delete organization</td><td>✅</td><td></td><td></td></tr><tr><td>Add or remove team members</td><td>✅</td><td>✅</td><td></td></tr><tr><td>View payouts</td><td>✅</td><td>✅</td><td></td></tr><tr><td>Create projects</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Edit project profile</td><td>✅</td><td>✅</td><td></td></tr><tr><td>Publish / unpublish project profile</td><td>✅</td><td>✅</td><td></td></tr><tr><td>Delete project</td><td>✅</td><td>✅</td><td></td></tr><tr><td>Create project updates</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Edit other members' project updates</td><td>✅</td><td>✅</td><td></td></tr><tr><td>Submit applications for funding rounds</td><td>✅</td><td>✅</td><td></td></tr><tr><td>View private donation info</td><td>✅</td><td>✅</td><td></td></tr><tr><td>Endorse other organizations</td><td>✅</td><td>✅</td><td></td></tr></tbody></table>

***

#### Owner

You're the owner if you created the Ma Earth account.

**The owner has full control over everything and is the only person who can:**

* Delete the organization
* Transfer ownership to someone else
* Remove administrators
* Publish/unpublish organization profile

Owners can also do everything administrators can do (see below).

*Note: Every organization has only one owner. If you're the owner and need to step away, you can transfer ownership to another team member.*

#### Administrator

Administrators can manage almost everything except publishing/deleting the organization or removing other administrators.

**What administrators can do:**

Organization management:

* Edit organization profile (name, description, location, logo)
* Change organization settings
* Make organization public or private
* Invite new members and assign roles
* Remove editors and viewers (but not other administrators or the owner)

Project management:

* Create new projects
* Publish projects
* Delete projects
* Post project updates

Financial access:

* View payment information
* Access donor information
* Manage payout settings
* Access transaction history

**When you'd assign administrator role:**

* Co-founders or leadership team members
* Staff members who need full access to manage operations
* People you trust completely with organizational decisions

Note: Be selective with administrator access. This role has significant permissions.<br>

#### Member

Members can create and modify content but can't change organizational settings or manage members.

**What members can do:**

Content creation and editing:

* Create new projects
* Post project updates

**What members CANNOT do:**

* Edit organization profiles
* Change organization settings (location, legal status, etc.)
* Publish or unpublish the organization profile
* Invite or remove team members
* Submit applications to funding rounds (only owners/admins)
* Access or change payment information
* Delete projects or the organization

**When you'd assign member role:**

* Team members who only need to write updates
* Volunteers helping with campaign management
* People who need to work on projects but shouldn't change organizational settings

***

#### Changing member roles

Owners and administrators can change member roles at any time.

**To change someone's role:**

1. Go to your organization settings
2. Select "Team members"
3. Find the person whose role you want to change
4. Select "edit"
5. Select their new role from the dropdown
6. Save changes

**Removing team members:**

Owners and administrators can remove editors and viewers at any time.&#x20;

When you remove someone:

* They immediately lose access to the organization dashboard
* They can no longer view private projects or settings
* They retain access to any projects where they were individually invited as collaborators

***

*Coming soon —*

**Reassigning ownership to another member:**

You can reassign ownership of your organization profile to another team member. Follow the steps below to "change member role" and select "owner."&#x20;

*Important: you will lose owner privileges and become an* [*administrator*](#administrator) *if you reassign ownership of your organization profile.*

***

#### Frequently asked questions

**Can one person have different roles in different organizations?**

Yes. If you're involved with multiple organizations on Ma Earth, you might be an owner of one, an editor of another, and a viewer of a third.

**What if I'm the only person working on the Ma Earth platform?**

That's fine. You'll hold the owner role, and you don't need to invite anyone else.

**Can I invite someone who doesn't have a Ma Earth account yet?**

Yes. When you invite them by email, they'll receive an invitation to create an account and join your organization.

**What happens to projects if the owner leaves?**

The owner should transfer ownership to another team member before leaving. If that doesn't happen, contact Ma Earth support and we'll help resolve the situation.

**Can editors see payment information?**

No. Only owners and administrators can access financial information, donor details, and payout settings.

**I accidentally gave someone the wrong role. Can I fix it?**

Yes. You can change anyone's role at any time (as long as you're an owner or administrator).

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.maearth.com/resources-for-land-stewards/organization-profile/organization-members.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
