# Group

## The AccountGroup object

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

## Endpoints

### Get group details

- [GET /api/2.0/accounts/{account_id}/scim/v2/Groups/{id}](get-account-group.md)

### List group details

- [GET /api/2.0/accounts/{account_id}/scim/v2/Groups](list-account-groups.md)

### Create a new group

- [POST /api/2.0/accounts/{account_id}/scim/v2/Groups](create-account-group.md)

### Replace a group

- [PUT /api/2.0/accounts/{account_id}/scim/v2/Groups/{id}](update-account-group.md)

### Delete a group

- [DELETE /api/2.0/accounts/{account_id}/scim/v2/Groups/{id}](delete-account-group.md)

### Update group details

- [PATCH /api/2.0/accounts/{account_id}/scim/v2/Groups/{id}](patch-account-group.md)

