Skip to main content

List SSO Bypass Allowed Users

GET 

/user/saml/bypass

Returns a list of users who can log in via both SAML provider and username/password flows.

The request body is an array of emails to be bypassed.

   [ "jon.snow@example.com", "daenerys@example.com" ]

Responses

successful operation

Schema
  • Array [
  • string

  • ]
Loading...