---
title: "Retrieves the groups created in this account"
method: GET
path: "/accounts/{id}/groups"
tags: ["groups"]
---

# Retrieves the groups created in this account

`GET /accounts/{id}/groups`

Groups can be used to grant users many roles at once

## Path parameters

- `id` string, required

## Response `200`

The call was successful

- Group[]
  - `name` string — Name of the group
  - `description` string — Description of the group
  - `roles` string[] — Roles grant permissions to users
  - `href` string — A reference to this group
  - `created` string — An iso8601 formatted timestamp
  - `updated` string — An iso8601 formatted timestamp

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
