user
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"
post/api/user/sso-status
Request body
Response
Successful Response