Last updated 22 days ago
Was this helpful?
Get the list of identity providers enabled for a user or a given email domain.
Username or email
GET /v1/api-sso/{usernameOrEmail} HTTP/1.1 Host: studio.edgeimpulse.com Accept: */*
OK
{ "success": true, "error": "text", "idps": [ [ "google", "okta" ] ] }