Skip to main content
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} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "idps": [
    [
      "google",
      "okta"
    ]
  ],
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

usernameOrEmail
string
required

Username or email

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

idps
string[]
required
error
string

Optional error description (set if 'success' was false)