# `PolarExpress.Schemas.OrganizationAccessToken`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/organization_access_token.ex#L2)

OrganizationAccessToken

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.OrganizationAccessToken{
  comment: String.t() | nil,
  created_at: DateTime.t() | nil,
  expires_at: DateTime.t() | nil,
  id: String.t() | nil,
  last_used_at: DateTime.t() | nil,
  modified_at: DateTime.t() | nil,
  organization_id: String.t() | nil,
  scopes: [PolarExpress.Schemas.Scope.t()] | nil
}
```

* `comment`
* `created_at` - Creation timestamp of the object. Format: date-time.
* `expires_at` - Nullable.
* `id` - Format: uuid4.
* `last_used_at` - Nullable.
* `modified_at` - Last modification timestamp of the object. Nullable.
* `organization_id` - The organization ID. Format: uuid4.
* `scopes`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
