GET
/
organizations
/
by-domain
/
{domain}
Get organization
curl --request GET \
  --url https://api.egp.scale.com/organizations/by-domain/{domain}
{
  "name": "<string>",
  "use_oidc": true
}

Path Parameters

domain
string
required

Response

Successful Response

name
string
required

The name of the organization.

use_oidc
boolean
required

True if organization auth is OIDC