Sso Status
Check SSO user registration state.
Returns one of three states:
- new_user: No user exists with this email
- local_exists: User exists but registered locally (can link to SSO)
- sso_exists: User exists and already linked to SSO
Frontend uses this to show appropriate UI:
- new_user -> "Set Master Password"
- local_exists -> "Link SSO? Enter current master password"
- sso_exists -> "Enter Master Password"
Request body
Response
Successful Response
Changes
Changed in 2 of the 34 revisions of this API.26
- ●
removed the optional property
last_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
namefrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
family_namenew-optional-request-property
- ○
added the new optional request property
given_namenew-optional-request-property
- ○
added the new optional request property
picturenew-optional-request-property
- ○
added the optional property
family_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
given_nameto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○