# `FireblocksSdk.Api.Workspace`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.1/lib/fireblocks_sdk/api/workspace.ex#L1)

# `freeze_workspace`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.1/lib/fireblocks_sdk/api/workspace.ex#L20)

Freezes a Workspace so ALL operations by ANY user are blocked.

> **Warning:** This is a destructive operation. Once frozen, the workspace can
> only be unfrozen by contacting Fireblocks Support. Only workspace Admins
> may call this endpoint.

# `get_workspace`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.1/lib/fireblocks_sdk/api/workspace.ex#L9)

Returns the workspace ID and name for the authenticated user.

---

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