# `PolarExpress.Resources.Members`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/resources/members.ex#L2)

Members

Members API operations.

# `t`

```elixir
@type t() :: %PolarExpress.Resources.Members{
  created_at: String.t() | nil,
  customer_id: String.t() | nil,
  email: String.t() | nil,
  external_id: term() | nil,
  id: String.t() | nil,
  modified_at: term() | nil,
  name: term() | nil,
  role: map() | nil
}
```

* `created_at` - Creation timestamp of the object. Format: date-time.
* `customer_id` - The ID of the customer this member belongs to. Format: uuid4.
* `email` - The email address of the member.
* `external_id` - The ID of the member in your system. This must be unique within the customer.
* `id` - The ID of the member. Format: uuid4.
* `modified_at` - Last modification timestamp of the object.
* `name` - The name of the member.
* `role` - The role of the member within the customer.

# `object_name`

---

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