cURL
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>" }
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?