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

# Team roles and permissions in DevUps

> Understand the Owner, Admin, and Member roles in DevUps team workspaces, compare their permissions in a full table, and learn how to update a member's role.

Every member of a team workspace is assigned one of three roles: Owner, Admin, or Member. Roles control what actions a person can take within the team — from managing content to inviting new members and changing team settings.

## Role overview

<CardGroup cols={3}>
  <Card title="Owner" icon="crown">
    Full control over the team. Can rename the team, manage all members and roles, and cannot be removed. There is always exactly one owner per team.
  </Card>

  <Card title="Admin" icon="shield">
    Can invite and remove members, change member roles (excluding the owner), and view analytics for all team paths.
  </Card>

  <Card title="Member" icon="user">
    Can view and create learning paths and see analytics for their own paths. Cannot manage other members or team settings.
  </Card>
</CardGroup>

## Permissions table

| Action                          | Owner |     Admin    | Member |
| ------------------------------- | :---: | :----------: | :----: |
| Create learning paths           |   ✓   |       ✓      |    ✓   |
| Set team-visibility on paths    |   ✓   |       ✓      |    ✓   |
| View own path analytics         |   ✓   |       ✓      |    ✓   |
| View team analytics (all paths) |   ✓   |       ✓      |    —   |
| Upload team avatar              |   ✓   |       ✓      |    —   |
| Invite members                  |   ✓   |       ✓      |    —   |
| Remove members                  |   ✓   |       ✓      |    —   |
| Change member roles             |   ✓   | Members only |    —   |
| Rename team                     |   ✓   |       —      |    —   |

<Note>
  Admins can change the role of Member-level accounts only. Only the Owner can promote a Member to Admin or demote an Admin to Member.
</Note>

## Change a member's role

<Steps>
  <Step title="Go to your team page">
    Navigate to **/team** while the team workspace is selected in the sidebar.
  </Step>

  <Step title="Find the member in the Members list">
    The **Members** tab lists everyone in the team along with their current role.
  </Step>

  <Step title="Use the role dropdown">
    Click the role dropdown next to the member's name and select the new role. The change saves immediately and the member's permissions update right away.
  </Step>
</Steps>

<Warning>
  The Owner role cannot be changed or removed through the members list. There is always exactly one owner per team, and the owner cannot be removed from the team.
</Warning>
