---
title: "How do I create a Group Access Token for GitLab?"
description: "An alternative to the Personal Access Token is the Group Access Token. Steps on how to create one can be found in GitLab's documentation. For the scope, readrepository scope should be selected. For the role of the token, Reporter should be selected."
category: "Frequently Asked Questions"
section: "General"
keywords: ["token gitlab", "group", "access token", "scope", "selected", "role token", "alternative personal", "gitlab alternative"]
source_url: "https://support.ketryx.com/hc/en-us/articles/24254145591309-How-do-I-create-a-Group-Access-Token-for-GitLab"
last_reviewed: 2026-06-11
---

# How do I create a Group Access Token for GitLab?

An alternative to the Personal Access Token is the Group Access Token. Steps on how to create one can be found in [GitLab's documentation](https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html#create-a-group-access-token-using-ui). For the scope, `read_repository` scope should be selected. For the role of the token, `Reporter` should be selected.

When entering the authentication credentials in Ketryx, the username has no effect, but the password should be the Group Access Token.

## Related articles

- [How do I create a Project Access Token for GitLab?](how-do-i-create-a-project-access-token-for-gitlab.md)
- [How do I create a Personal Access Token for GitLab?](how-do-i-create-a-personal-access-token-for-gitlab.md)
- [How do I create a Personal Access Token for Azure DevOps?](how-do-i-create-a-personal-access-token-for-azure-devops.md)
- [How do I create a Personal Access Token (PAT) (classic) for GitHub?](how-do-i-create-a-personal-access-token-pat-classic-for-github.md)
- [How do I create a fine-grained Personal Access Token for GitHub?](how-do-i-create-a-fine-grained-personal-access-token-for-github.md)
