curl --request GET \
--url https://api.egp.scale.com/organizations/by-domain/{domain}
{
"name": "<string>",
"use_oidc": true
}
Get organization by domain name
curl --request GET \
--url https://api.egp.scale.com/organizations/by-domain/{domain}
{
"name": "<string>",
"use_oidc": true
}
Successful Response
The response is of type object
.