# GRANT GROUP

The `GRANT GROUP` command adds a user to a group.

## Syntax

```sql
GRANT GROUP 'group_name' TO user

```

## Remarks

* This command causes implicit commits. Refer to [COMMIT](https://docs.singlestore.com/db/v9.1/reference/sql-reference/data-manipulation-language-dml/commit.md) for more information.
* Refer to the [Permissions Matrix](https://docs.singlestore.com/db/v9.1/reference/sql-reference/security-management-commands/permissions-matrix.md) for the required permissions.

## Example

```sql
GRANT GROUP 'backup_admins' TO 'username'@'%';

```

**Related Topics**

* [GRANT ROLE](https://docs.singlestore.com/db/v9.1/reference/sql-reference/security-management-commands/grant-role.md)
* [GRANT](https://docs.singlestore.com/db/v9.1/reference/sql-reference/security-management-commands/grant.md)

***

Modified at: June 12, 2026

Source: [/db/v9.1/reference/sql-reference/security-management-commands/grant-group/](https://docs.singlestore.com/db/v9.1/reference/sql-reference/security-management-commands/grant-group/)

(An index of the documentation is available at /llms.txt)
