# Changing team member roles

To change the role of a team member click on Actions and choose Administrator or Member.

{% hint style="warning" %}
There can only be one team owner, this role will belong to the creator of the team.
{% endhint %}

<figure><img src="https://downloads.intercomcdn.com/i/o/817049655/4645fa8c71a04038eccf2f01/Screenshot+2023-08-28+at+15.26.35.png" alt=""><figcaption></figcaption></figure>

Roles have different access and rights within the system.

| Feature Access                    | Team owner | Administrator | Member |
| --------------------------------- | ---------- | ------------- | ------ |
| Issue, revoke, manage credentials | ✅          | ✅             | ✅      |
| Create Designs                    | ✅          | ✅             | ✅      |
| Create Issuer Profiles            | ✅          | ✅             | ✅      |
| Create Verification Templates     | ✅          | ✅             | ✅      |
| Remove team members               | ✅          | ✅             | ❌      |
| Invite team members               | ✅          | ✅             | ❌      |
| Manage subscription & billing     | ✅          | ❌             | ❌      |


---

# Agent Instructions: 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://docs.truvera.io/truvera-workspace/team-management/changing-team-member-roles.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.
