# Account Group

The details of a Group resource.

## The Group object

- [account-group/object.md](account-group/object.md)

## Endpoints

### Get

- [GET /api/2.0/identity/accounts/{account_id}/groups/{group_id}](get-group.md)

### List

- [GET /api/2.0/identity/accounts/{account_id}/groups](list-groups.md)

### Create

- [POST /api/2.0/identity/accounts/{account_id}/groups](create-group.md)

### Update

- [PATCH /api/2.0/identity/accounts/{account_id}/groups/{group_id}](update-group.md)

### Delete

- [DELETE /api/2.0/identity/accounts/{account_id}/groups/{group_id}](delete-group.md)

