# Groups Object

> Source: https://truto.one/docs/api-reference/unified-file-storage-api/groups/

Schema for the `Groups` resource in **Unified File Storage API**.

## Properties

- **`id`** _(string, required)_
  The unique identifier for a group
- **`name`** _(string)_
  The name of the group
- **`created_at`** _(string)_
  The date and time the group was created
- **`updated_at`** _(string)_
  The date and time the group was last updated
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/file-storage/groups](/docs/api-reference/unified-file-storage-api/groups/list) — List Groups
- [GET /unified/file-storage/groups/{id}](/docs/api-reference/unified-file-storage-api/groups/get) — Get Groups
