# List organizations **GET /organizations** Fetch organizations available to the current user. Currently unavailable in self-hosted ECE. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ## Responses ### 200 Organizations fetched successfully #### Body: application/json (object) - **organizations** (array[object]) The list of organizations - **next_page** (string) A cursor to get the next page of results ### 401 User not found. (code: `user.not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)