Access and sign-up
Access and sign-up in API v3: retrieve authentication settings, update authentication settings, retrieve registration settings, update registration settings, retrieve security settings, update security settings, retrieve user profile settings, update user profile settings.
8 operations.
| Operation | Summary |
|---|---|
GET /settings/authentication | Retrieve authentication settings |
PATCH /settings/authentication | Update authentication settings |
GET /settings/registration | Retrieve registration settings |
PATCH /settings/registration | Update registration settings |
GET /settings/security | Retrieve security settings |
PATCH /settings/security | Update security settings |
GET /settings/user-profile | Retrieve user profile settings |
PATCH /settings/user-profile | Update user profile settings |
General settings
Previous Page
Retrieve authentication settings GET
Returns the authentication settings of the account: password rules, reCAPTCHA, two-factor authentication for administrators, Google sign-in, the device limit, and the layout of the access screens. Secrets are never returned; the `configured` fields indicate whether they have been set. The response includes an `ETag` representing the current revision. Send this value in the `If-Match` header when updating these settings to avoid overwriting a newer version.