> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/organizations.md).

# Organizations

REST — Organizations endpoints.

| Method | Path                                     | Description          |
| ------ | ---------------------------------------- | -------------------- |
| GET    | `/api/v1/organizations`                  | List org memberships |
| GET    | `/api/v1/organizations/{id}`             | Get                  |
| POST   | `/api/v1/organizations/{id}/switch`      | Switch active org    |
| GET    | `/api/v1/organizations/{id}/members`     | List members         |
| POST   | `/api/v1/organizations/{id}/invitations` | Invite               |

## See also

* [SDK: organizations](/more-in-this-section-9/organizations-1.md)
