# Fetch organization information **GET /organizations/{organization_id}** Fetch a single organization by id. Currently unavailable in self-hosted ECE. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Path parameters - **organization_id** (string) Identifier for the Organization ## Responses ### 200 Organization fetched successfully #### Body: application/json (object) - **id** (string) The organization's identifier - **name** (string) The organization's friendly name - **default_disk_usage_alerts_enabled** (boolean) Whether the default disk alerts are enabled - **notifications_allowed_email_domains** (array[string]) The list of allowed domains for notification-email recipients - **billing_contacts** (array[string]) The list of contacts for billing notifications, if specified - **operational_contacts** (array[string]) The list of contacts for operational notifications, if specified - **sso_login_identifier** (string) The login identifier for initiating SSO ### 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 ### 403 The current user does not have access to the requested organization. (code: `organization.invalid_access`) #### 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 ### 404 Organization not found. (code: `organization.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)