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

Path Parameters

domain
string
required

Response

200
application/json
Successful Response
name
string
required

The name of the organization.

use_oidc
boolean
required

True if organization auth is OIDC