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
The response is of type object.
object