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

# User roles

> Learn about Admin and Collaborator roles and permissions in your Learning Commons Platform organization.

[Platform](https://platform.learningcommons.org/) ↗ team members are grouped into [organizations](/platform/understanding-the-platform/organizations) and assigned a role – **Admin** or **Collaborator**.

## Overview

User roles are scoped to an organization and come with their own [permissions](#permissions).

For example, you can be an **Admin** in Org A and a **Collaborator** in Org B – this means you will be able to invite users to Org A, but not to Org B.

An organization can
include multiple **Admins** and multiple **Collaborators**. An organization
must have at least one **Admin** at all times.

## Permissions

### For organizations

|                                                                                                                                                                                                                                                                                                                                             |                                                                                   |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------- |
| [View an organization's users and roles](http://platform.learningcommons.org/settings/team) ↗                                                                                                                                                                                                                                               | <Badge color="green">All users</Badge>                                            |
| [Leave an organization](/platform/understanding-the-platform/organizations#leave-organization)                                                                                                                                                                                                                                              | <Badge color="green">All users</Badge><br />*(Unless you are the only **Admin**)* |
| Manage an organization<br />([Edit](http://platform.learningcommons.org/settings/organization) ↗, [Delete](/platform/understanding-the-platform/organizations#delete-organization), [Edit user roles](http://platform.learningcommons.org/settings/team) ↗, [Remove users](/platform/understanding-the-platform/organizations#remove-user)) | <Badge>Admin only</Badge>                                                         |
| Manage invitations<br />([Send](/platform/understanding-the-platform/organizations#send-invitation), [Cancel](/platform/understanding-the-platform/organizations#cancel-invitation))                                                                                                                                                        | <Badge>Admin only</Badge>                                                         |

### For the Dataset catalog

|                                                                                                        |                                        |
| :----------------------------------------------------------------------------------------------------- | :------------------------------------- |
| [View the status of access requests](/platform/using-the-platform/dataset-catalog#request-statuses)    | <Badge color="green">All users</Badge> |
| [Submit access requests](/platform/using-the-platform/dataset-catalog#requesting-access-to-gated-data) | <Badge>Admin only</Badge>              |

### For API keys

|                                                                           |                                        |
| :------------------------------------------------------------------------ | :------------------------------------- |
| [View or create API keys](http://platform.learningcommons.org/api-keys) ↗ | <Badge color="green">All users</Badge> |
| [Revoke API keys](http://platform.learningcommons.org/api-keys) ↗         | <Badge>Admin only</Badge>              |

## Related topics

<CardGroup cols={2}>
  <Card title="Organizations" icon="building" href="/platform/understanding-the-platform/organizations">
    Invite teammates, accept invitations, and manage members in your
    organization.
  </Card>

  <Card title="Team settings" icon="users" href="https://platform.learningcommons.org/settings/team">
    View members and manage roles for your currently selected organization.
  </Card>

  <Card title="API keys" icon="key" href="https://platform.learningcommons.org/api-keys">
    Create, view, and revoke API keys for your organization.
  </Card>
</CardGroup>
