# `Ory.Model.ManageSessionsBody`

Body for the bulk session management endpoint. Exactly one of `identities` or `sessions` must be provided. To operate on every session in the network, pass `identities: ["*"]` — the wildcard must appear alone, never mixed with explicit IDs.

# `t`

```elixir
@type t() :: %Ory.Model.ManageSessionsBody{
  action: String.t(),
  identities: [String.t()] | nil,
  sessions: [String.t()] | nil
}
```

# `decode`

---

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