> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# listWorkspaces

List workspaces.

Retrieves workspaces that the authenticated user has access to. **What are Workspaces?**
Workspaces segment service management by team or department (IT, HR, Finance, Legal, Security).

## Parameters

| Name           | Type    | Required | Description                                                                                                              |
| -------------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
| `page`         | integer | No       | Page number for pagination Default: `1`.                                                                                 |
| `per_page`     | integer | No       | Number of items per page Default: `25`.                                                                                  |
| `is_member_of` | boolean | No       | Omit: admins get ALL workspaces in tenant, non-admins get their own. true: only your workspaces. false: workspaces you a |