cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api-sso/{usernameOrEmail}
{ "success": true, "error": "<string>", "idps": [ [ "google", "okta" ] ] }
Get the list of identity providers enabled for a user or a given email domain.
Username or email
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?