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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.affinda.com/feedback

```json
{
  "path": "/configuration/user-management",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# User Management and Permissions

> Manage users, roles, and permissions in the Affinda app to control who can upload documents, validate extractions, configure models, and export data.

Within the Affinda platform, teams can collaborate to configure their workflow and document types and to process documents on an ongoing basis.

## User Permissions

### Organization Permissions

At an Organizational level, Affinda has three levels of permissions.

<Card title="Owners">
  Can manage other Users, Workspaces, Document Types, and Billing
</Card>

<Card title="Admin">
  Can manage other Users (except for Owners), Workspaces, and Document Types
</Card>

<Card title="Members">
  Their only role is to validate documents within Workspaces for which they have been granted permission. Members cannot change any settings (unless they have been added as Workspace Admins - see below)
</Card>

### Workspace Permissions

<Card title="Workspace Admin">
  Can update all Workspace settings. By default, all Organization Owners and Admins are implicitly Workspace Admins. Organization Members can be added as Workspace Admins to allow for the management of teams processing documents.
</Card>

<Card title="Workspace Member">
  Cannot update any settings.

  Workspace Members' permissions can be controlled at the organizational level in the **Organization Settings**.

  Owners and Admins can configure if Workspace Members can:

  * Upload documents
  * Edit file names
  * Reparse documents
    * Apply OCR
  * Manage Tags
</Card>

## Adding New Users

To invite new Users to your Organization, navigate to the '**Members**' settings from your Organization homepage. The invited User will receive an email inviting them to accept the invitation, at which point they will be prompted to either log in to their existing account or register a new account. 

<img className="block dark:hidden border-2 border-gray-300 rounded-lg" src="https://mintcdn.com/affinda-44/8O48gu_z8QeuNsDM/images/memberslight.png?fit=max&auto=format&n=8O48gu_z8QeuNsDM&q=85&s=cf2b3202a590fb8378b4eca0e2131068" alt="Organization Members" width="2000" height="689" data-path="images/memberslight.png" />

<img className="hidden dark:block border-2 border-gray-300 rounded-lg" src="https://mintcdn.com/affinda-44/8O48gu_z8QeuNsDM/images/membersdark.png?fit=max&auto=format&n=8O48gu_z8QeuNsDM&q=85&s=f9be0ed6ca5d7c31834b43102735bce7" alt="Organization Members" width="2000" height="689" data-path="images/membersdark.png" />

Users can also be removed by clicking the 'X' button next to their role.

<Warning>
  There must always be at least one Owner for an organization.
</Warning>

## Workspace Permissions

By default, all organization members have access to every workspace in the organization; however, a Workspace can be set to 'Private' so that only certain team members will be able to view the Workspace. All Organization Owners and Admins will have access to all Workspaces, and only Members must be explicitly added to private Workspaces.

To update Workspace permissions, navigate to 'Permissions' within the relevant Workspace. You will also be able to create Workspace Admins.
