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
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Loading...