# Hiring team

To assign a hiring team to a job in JOIN, you must first invite your team members to your company account. Only existing team members can be added to a job. If you haven’t done that yet, start with the [Member management](/account-settings-and-billing/member-management.md) guide to learn how to invite users and assign them a company role.

Before assigning job-level roles, it’s important to understand company-level roles, which define what a user can access across your account:

* **System Admin**: Full access to all jobs, features, and settings
* **Standard**: Can create jobs and manage limited settings
* **Limited**: View-only access to selected areas

Once team members are added, you can assign them to specific jobs and define their job-level roles—these control what they can do within each job.

***

There are three roles available for hiring team members:

### Reviewer

A Reviewer can view the job, access candidate profiles, review applications, view and submit scorecards. They cannot make changes to job ads, assign candidates, or update hiring stages.

> **Use case:**\
> Use this role for colleagues who are involved in reviewing applications and giving structured feedback, but who should not be able to alter the job ad or move candidates through the hiring process. For example, team leads, department members, or subject matter experts.

### Hiring Manager

A Hiring Manager can do everything a Reviewer can, plus edit the job ad, assign candidates to jobs, update application pipeline stages, and make hiring decisions.

> **Use case:**\
> Assign this role to individuals responsible for managing the hiring process for a particular role. Ideal for department heads or functional managers who are deeply involved in candidate evaluation and role fit but don’t need full admin rights.

### Job Admins

A Job Admin has full access to the job, including managing the job ad, candidates, and hiring team members. They can reject or delete applications, change job visibility, and assign others to the job.

> **Use case:**\
> This role should be given to recruiters or talent acquisition leads who are responsible for the end-to-end management of the job. They may collaborate with multiple hiring managers and reviewers and need full control over job and team settings.

{% hint style="warning" %}
System Admins always have full access to jobs irrespective of the job-level permission that are assigned to them.
{% endhint %}

***

### Job role permissions summary

Click `Compare job roles` to view a full breakdown of permissions.

Here’s a quick summary of what each role can do:

<table><thead><tr><th width="292.1866455078125">Feature</th><th align="center">Reviewer</th><th align="center">Hiring Manager</th><th align="center">Job Admin</th></tr></thead><tbody><tr><td>View job</td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Edit job</td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Edit job status</td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>View candidates</td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Assign candidates to jobs</td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Manually import candidates to job</td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Update applications' pipeline stage</td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>View candidates' scorecards</td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Submit candidates' scorecards</td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Reject applications</td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-check">:check:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Delete applications</td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr><tr><td>Manage hiring team members</td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-xmark">:xmark:</i></td><td align="center"><i class="fa-check">:check:</i></td></tr></tbody></table>

You can change a member’s role any time by clicking the dropdown beside their name in the `Hiring Team` section.


---

# 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://help.join.com/jobs/hiring-team.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.
