GET
/
api-sso
/
{usernameOrEmail}
Get SSO settings for a user or email domain
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api-sso/{usernameOrEmail}
{
  "success": true,
  "error": "<string>",
  "idps": [
    [
      "google",
      "okta"
    ]
  ]
}

Path Parameters

usernameOrEmail
string
required

Username or email

Response

200 - application/json

OK

The response is of type object.