Last updated 2 days ago
Was this helpful?
Get the list of identity providers enabled for a user or a given email domain.
Username or email
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api-sso/{usernameOrEmail}'
{ "success": true, "error": "text", "idps": [ [ "google", "okta" ] ] }