> ## 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.

[Learning Commons Platform](https://platform.learningcommons.org/?utm_source=docs\&utm_medium=overview) ↗ users are grouped into [organizations](/learning-commons-platform/organizations) and assigned a user role – **Admin** or **Collaborator**.

## Overview

User roles are scoped to an organization and come with their own unique [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 your organization's users and roles](http://platform.learningcommons.org/settings/team?utm_source=docs\&utm_medium=platform) ↗ | <Badge color="green">All users</Badge>                                            |
| [Edit your organization](http://platform.learningcommons.org/settings/organization?utm_source=docs\&utm_medium=platform) ↗           | <Badge>Admin only</Badge>                                                         |
| [Edit user roles in your organization](http://platform.learningcommons.org/settings/team?utm_source=docs\&utm_medium=platform) ↗     | <Badge>Admin only</Badge>                                                         |
| [Invite users to your organization](/learning-commons-platform/organizations#send-invitation)                                        | <Badge>Admin only</Badge>                                                         |
| [Cancel invitations to your organization](/learning-commons-platform/organizations#cancel-invitation)                                | <Badge>Admin only</Badge>                                                         |
| [Remove users from your organization](/learning-commons-platform/organizations#remove-user)                                          | <Badge>Admin only</Badge>                                                         |
| [Leave an organization](/learning-commons-platform/organizations#leave-organization)                                                 | <Badge color="green">All users</Badge><br />*(Unless you are the only **Admin**)* |
| [Delete an organization](/learning-commons-platform/organizations#delete-organization)                                               | <Badge>Admin only</Badge>                                                         |

### For API keys

|                                                                                                                              |                                        |
| :--------------------------------------------------------------------------------------------------------------------------- | :------------------------------------- |
| [View your organization's API keys](http://platform.learningcommons.org/api-keys?utm_source=docs\&utm_medium=platform) ↗     | <Badge color="green">All users</Badge> |
| [Create API keys for your organization](http://platform.learningcommons.org/api-keys?utm_source=docs\&utm_medium=platform) ↗ | <Badge>Admin only</Badge>              |
| [Revoke your organization's API keys](http://platform.learningcommons.org/api-keys?utm_source=docs\&utm_medium=platform) ↗   | <Badge>Admin only</Badge>              |

## Related topics

<CardGroup cols={2}>
  <Card title="Organizations" icon="building" href="/learning-commons-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?utm_source=docs&utm_medium=platform">
    View members and manage roles for your currently selected organization.
  </Card>

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