# Role-based access

Role-based access is needed in scenarios where some team members require create and edit access for assessments while others only need read access. This helps maintain clear boundaries and prevent unauthorized access.

There are three types of roles that can determine the actions a team member can perform in a particular workspace,

<table><thead><tr><th width="140">Type of Role</th><th>Role description</th></tr></thead><tbody><tr><td>Admin</td><td><ul><li>Can manage workspace setting</li><li>Add or remove members along with changing their role type</li><li>Create, delete and edit assessments</li></ul></td></tr><tr><td>Member</td><td><ul><li>Can create, delete and edit assessments.</li><li>Create a new workspace </li><li>This will be the default role assigned to a new member.</li></ul></td></tr><tr><td>Viewer</td><td>Can only view assessments and results but cannot make any updates</td></tr></tbody></table>

*Note: Only admins of that workspace can change the role type of the team members.*

Admins can change team members' roles by following the steps below and the accompanying image,

1. Open the **My Team** section from the left-hand menu.
2. Click the role type dropdown next to the team member’s name.
3. Select the desired role to assign.

<figure><img src="/files/CFtqBQ4Ba5EecwHheKKJ" alt=""><figcaption></figcaption></figure>

\ <br>


---

# 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://speaking-test-docs.speechace.com/speechace-speaking-test/speechace-workspaces-create-manage-and-share-speaking-assessments/collaborating-in-a-workspace/role-based-access.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.
