website/docs/releases/2024/v2024.2.md
Remote Access Control :ak-enterprise Access machines over RDP, SSH, and VNC from authentik
Audit logging :ak-enterprise See what fields were changed when objects are updated
Session location and network binding Increase security by preventing session theft
Wizard to simplify creating applications and providers
Tenants have been renamed to brands
Tenants, which were previously used to change branding configuration, default flows, and several other settings have been renamed to brands. The term "Brands" more accurately reflect their usage; to configure branding, logos, colors, and overall login flow behavior.
Existing tenant objects will automatically be renamed to brand objects. The API endpoints associated with brands have also been renamed.
Blueprints using authentik_tenants.tenant will need to be changed to use authentik_brands.brand.
For more information, refer to the documentation for brands.
Also, the event retention settings configured in brands (previously tenants, see above) has been removed and is now a system setting, managed in the Admin interface or via the API (see below).
There is no built-in migration path for this change. If you set something other than the default (days=365), you will need to update the setting in the admin interface.
Helm chart breaking changes
The Helm Chart has a number of breaking changes. Find out more in the chart release notes.
Required offline_access scope for Refresh tokens
The OAuth2 provider ships with a new default scope called offline_access, which must be requested by applications that need a refresh token. Previously, authentik would always issue a refresh token for the Authorization code and Device code OAuth grants.
Applications that require a refresh token will need their configuration to be updated to include the offline_access scope mapping.
Database requirement changes
authentik now uses PostgreSQL schemas other than public.
If you have a custom PostgreSQL deployment, please ensure that the authentik user is allowed to create schemas. Usually, if the authentik user is owner of the database, it already can.
Redis and cache configuration options have been improved
Thank you @PKizzle for this contribution!
Cache settings have been moved from the redis top-level config key to their own cache top-level config key.
Settings have also been added to configure the Redis instance/database used for tasks and websockets separately from cache. See here.
Typically, no changes to the configuration are required.
Configuration options migrated to the Admin interface
The following config options have been moved from the config file and can now be set using the Admin interface (under System -> Settings) or the API:
AUTHENTIK_AVATARSAUTHENTIK_DEFAULT_USER_CHANGE_NAMEAUTHENTIK_DEFAULT_USER_CHANGE_EMAILAUTHENTIK_DEFAULT_USER_CHANGE_USERNAMEAUTHENTIK_GDPR_COMPLIANCEAUTHENTIK_IMPERSONATIONAUTHENTIK_FOOTER_LINKSAUTHENTIK_REPUTATION__EXPIRYWhen upgrading to 2024.2, the currently configured options will be automatically migrated to the database, and can be removed from the .env or helm values file afterwards.
Icons are now in a public/ subfolder
If your media folder is /media, icons are now stored in /media/public. authentik will automatically migrate the icons upon upgrading.
Note that even though that folder is named public, the files stored here are not automatically public. This is due to the naming of the default PostgreSQL schema.
User sessions will be invalidated after this upgrade.
As such, users will need to log back in. Immediately after the upgrade completes, users are logged out automatically and are then prompted to log in again. This only occurs once.
Removal of deprecated metrics
These metrics were renamed because they did not adhere to Prometheus best practices. The old metrics were kept for backwards compatibility and have now been removed.
authentik_outpost_flow_timing_get -> authentik_outpost_flow_timing_get_secondsauthentik_outpost_flow_timing_post -> authentik_outpost_flow_timing_post_secondsauthentik_outpost_ldap_requests -> authentik_outpost_ldap_request_duration_secondsauthentik_outpost_ldap_requests_rejected -> authentik_outpost_ldap_requests_rejected_totalauthentik_outpost_proxy_requests -> authentik_outpost_proxy_request_duration_secondsauthentik_outpost_proxy_upstream_time -> authentik_outpost_proxy_upstream_response_duration_secondsauthentik_outpost_radius_requests -> authentik_outpost_radius_request_duration_secondsauthentik_outpost_radius_requests_rejected -> authentik_outpost_radius_requests_rejected_totalauthentik_main_requests -> authentik_main_request_duration_secondsThe shorthand parameter for --stage, -s for the ak test_email command has been changed to -S
New provider: Remote Access Control :ak-enterprise
The Remote Access Control provider allows you to remotely connect to remote machines over RDP, SSH and VNC through authentik. As such, you can use the same policy engine and customization options that are possible with other providers using the same user and admin interface.
Audit logging :ak-enterprise
authentik instances that have a valid enterprise license installed will log any changes made to models, including which fields were changed with previous and new values of the fields. The values are censored if they are sensitive (for example a password hash), however a hash of the changed value will still be logged.
Session location and network binding
Sessions for any users can now be bound to a specific geolocation (Continent, Country, City) or network (Autonomous System, subnet, IP address). If the session is accessed from a location/network that is different than that from which it was initially created, the session will be terminated.
Configuration steps are available here.
S3 file storage
Media files can now be stored on S3. Follow the setup guide to get started.
Pretend user exists option for Identification stage
Previously the Identification stage would only continue if a user matching the user identifier exists. While this was the intended functionality, this release adds an option to continue to the next stage even if no matching user was found. "Pretend" users cannot authenticate nor receive emails, and don't exist in the database.
This feature is enabled by default.
Simplified workflow for creating applications and providers
Applications and providers can now be created at the same time using the Application Wizard, found on the Applications -> Applications page of the Admin interface. The new wizard removes the previous requirement of first creating the provider, then the application, and then manually linking the two together.
Ability to select more than 20 providers in an outpost
We have introduced a new way of selecting providers in the outpost configuration form, which allows for more than 20 providers to be selected for a single outpost.
This dual-list multiselect prompt is only available for outposts for now, but we plan on extending it to other forms.
Attribute preview per user
You can now preview attributes transmitted to SAML and OAuth applications for a specific user.
Display applications a user has access to
An administrator can now see all applications a user has access to on the user's page in the Admin interface.
New graph for event volume
In the Events -> Log page in the Admin interface, you can see a graph of the event volume matching the search query over the last 7 days.
Flows can now be restricted to outposts
You can now restrict a flow to be used only by an outpost using the Require Outpost setting on the flow. This would mainly be used for LDAP flows.
System tasks improvements
You can now search through system tasks. We have also improved the task duration calculation and display.
LDAP provider: allow overriding gidNumber
Previously, the gidNumber attribute on a user was set to the same as uidNumber. You can now override this behaviour.
LDAP source: new command to check connectivity
Examples on how to use are available here.
This release does not introduce any new requirements, but contains some breaking changes, see above.
To upgrade, download the new docker-compose file and update the Docker stack with the new version, using these commands:
wget -O docker-compose.yml https://goauthentik.io/version/2024.2/docker-compose.yml
docker compose up -d
The -O flag retains the downloaded file's name, overwriting any existing local file with the same name.
Upgrade the Helm Chart to the new version, using the following commands:
helm repo update
helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2
sub value when setting via mapping (cherry-pick #8677) (#8682)GET /admin/settings/PUT /admin/settings/PATCH /admin/settings/GET /core/brands/POST /core/brands/GET /core/brands/{brand_uuid}/PUT /core/brands/{brand_uuid}/DELETE /core/brands/{brand_uuid}/PATCH /core/brands/{brand_uuid}/GET /core/brands/{brand_uuid}/used_by/GET /core/brands/current/GET /events/events/volume/GET /events/system_tasks/GET /events/system_tasks/{uuid}/POST /events/system_tasks/{uuid}/run/GET /propertymappings/rac/POST /propertymappings/rac/GET /propertymappings/rac/{pm_uuid}/PUT /propertymappings/rac/{pm_uuid}/DELETE /propertymappings/rac/{pm_uuid}/PATCH /propertymappings/rac/{pm_uuid}/GET /propertymappings/rac/{pm_uuid}/used_by/GET /providers/rac/POST /providers/rac/GET /providers/rac/{id}/PUT /providers/rac/{id}/DELETE /providers/rac/{id}/PATCH /providers/rac/{id}/GET /providers/rac/{id}/used_by/GET /rac/connection_tokens/GET /rac/connection_tokens/{connection_token_uuid}/PUT /rac/connection_tokens/{connection_token_uuid}/DELETE /rac/connection_tokens/{connection_token_uuid}/PATCH /rac/connection_tokens/{connection_token_uuid}/GET /rac/connection_tokens/{connection_token_uuid}/used_by/GET /rac/endpoints/POST /rac/endpoints/GET /rac/endpoints/{pbm_uuid}/PUT /rac/endpoints/{pbm_uuid}/DELETE /rac/endpoints/{pbm_uuid}/PATCH /rac/endpoints/{pbm_uuid}/GET /rac/endpoints/{pbm_uuid}/used_by/GET /admin/system_tasks/GET /admin/system_tasks/{id}/POST /admin/system_tasks/{id}/retry/GET /admin/system/Changed response : 200 OK
Changed content type : application/json
New required properties:
brandembedded_outpost_disabledNew optional properties:
tenantAdded property brand (string)
Currently active brand
Added property embedded_outpost_disabled (boolean)
Whether the embedded outpost is disabled
Deleted property tenant (string)
Currently active tenant
POST /admin/system/Changed response : 200 OK
Changed content type : application/json
New required properties:
brandembedded_outpost_disabledNew optional properties:
tenantAdded property brand (string)
Currently active brand
Added property embedded_outpost_disabled (boolean)
Whether the embedded outpost is disabled
Deleted property tenant (string)
Currently active tenant
GET /core/applications/{slug}/check_access/Deleted response : 404 Not Found
for_user user not found
GET /core/authenticated_sessions/{uuid}/Changed response : 200 OK
Changed content type : application/json
New required properties:
asnAdded property asn (object)
Get ASN Data
Property asn (integer)
Property as_org (string)
Property network (string)
Changed property geo_ip (object)
Get GeoIP Data
GET /events/events/actions/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Types of an object that can be created
requires_enterprise (boolean)GET /managed/blueprints/{instance_uuid}/Changed response : 200 OK
application/json
Changed property context (object -> object)
Changed property metadata (object -> object)
PUT /managed/blueprints/{instance_uuid}/Changed content type : application/json
context (object -> object)Changed response : 200 OK
application/json
Changed property context (object -> object)
Changed property metadata (object -> object)
PATCH /managed/blueprints/{instance_uuid}/Changed content type : application/json
context (object -> object)Changed response : 200 OK
application/json
Changed property context (object -> object)
Changed property metadata (object -> object)
POST /managed/blueprints/{instance_uuid}/apply/Changed response : 200 OK
application/json
Changed property context (object -> object)
Changed property metadata (object -> object)
GET /outposts/service_connections/all/types/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Types of an object that can be created
requires_enterprise (boolean)GET /outposts/service_connections/kubernetes/{uuid}/Changed response : 200 OK
application/json
kubeconfig (object -> object)
Paste your kubeconfig here. authentik will automatically use the currently selected context.
PUT /outposts/service_connections/kubernetes/{uuid}/Changed content type : application/json
kubeconfig (object -> object)
Paste your kubeconfig here. authentik will automatically use the currently selected context.
Changed response : 200 OK
application/json
kubeconfig (object -> object)
Paste your kubeconfig here. authentik will automatically use the currently selected context.
PATCH /outposts/service_connections/kubernetes/{uuid}/Changed content type : application/json
kubeconfig (object -> object)
Paste your kubeconfig here. authentik will automatically use the currently selected context.
Changed response : 200 OK
application/json
kubeconfig (object -> object)
Paste your kubeconfig here. authentik will automatically use the currently selected context.
GET /policies/all/types/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Types of an object that can be created
requires_enterprise (boolean)GET /policies/event_matcher/{policy_uuid}/Changed response : 200 OK
application/json
Changed property app (string)
authentik.tenants- authentik Tenantsauthentik.admin- authentik Adminauthentik.api- authentik APIauthentik.crypto- authentik Cryptoauthentik.flows- authentik Flowsauthentik.outposts- authentik Outpostauthentik.policies.dummy- authentik Policies.Dummyauthentik.policies.event_matcher- authentik Policies.Event Matcherauthentik.policies.expiry- authentik Policies.Expiryauthentik.policies.expression- authentik Policies.Expressionauthentik.policies.password- authentik Policies.Passwordauthentik.policies.reputation- authentik Policies.Reputationauthentik.policies- authentik Policiesauthentik.providers.ldap- authentik Providers.LDAPauthentik.providers.oauth2- authentik Providers.OAuth2authentik.providers.proxy- authentik Providers.Proxyauthentik.providers.radius- authentik Providers.Radiusauthentik.providers.saml- authentik Providers.SAMLauthentik.providers.scim- authentik Providers.SCIMauthentik.rbac- authentik RBACauthentik.recovery- authentik Recoveryauthentik.sources.ldap- authentik Sources.LDAPauthentik.sources.oauth- authentik Sources.OAuthauthentik.sources.plex- authentik Sources.Plexauthentik.sources.saml- authentik Sources.SAMLauthentik.stages.authenticator- authentik Stages.Authenticatorauthentik.stages.authenticator_duo- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha- authentik Stages.Captchaauthentik.stages.consent- authentik Stages.Consentauthentik.stages.deny- authentik Stages.Denyauthentik.stages.dummy- authentik Stages.Dummyauthentik.stages.email- authentik Stages.Emailauthentik.stages.identification- authentik Stages.Identificationauthentik.stages.invitation- authentik Stages.User Invitationauthentik.stages.password- authentik Stages.Passwordauthentik.stages.prompt- authentik Stages.Promptauthentik.stages.user_delete- authentik Stages.User Deleteauthentik.stages.user_login- authentik Stages.User Loginauthentik.stages.user_logout- authentik Stages.User Logoutauthentik.stages.user_write- authentik Stages.User Writeauthentik.brands- authentik Brandsauthentik.blueprints- authentik Blueprintsauthentik.core- authentik Coreauthentik.enterprise- authentik Enterpriseauthentik.enterprise.audit- authentik Enterprise.Auditauthentik.enterprise.providers.rac- authentik Enterprise.Providers.RACauthentik.events- authentik Events
Added enum values:
authentik.brandsauthentik.enterprise.auditauthentik.enterprise.providers.racChanged property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
PUT /policies/event_matcher/{policy_uuid}/Changed content type : application/json
Changed property app (string)
authentik.tenants- authentik Tenantsauthentik.admin- authentik Adminauthentik.api- authentik APIauthentik.crypto- authentik Cryptoauthentik.flows- authentik Flowsauthentik.outposts- authentik Outpostauthentik.policies.dummy- authentik Policies.Dummyauthentik.policies.event_matcher- authentik Policies.Event Matcherauthentik.policies.expiry- authentik Policies.Expiryauthentik.policies.expression- authentik Policies.Expressionauthentik.policies.password- authentik Policies.Passwordauthentik.policies.reputation- authentik Policies.Reputationauthentik.policies- authentik Policiesauthentik.providers.ldap- authentik Providers.LDAPauthentik.providers.oauth2- authentik Providers.OAuth2authentik.providers.proxy- authentik Providers.Proxyauthentik.providers.radius- authentik Providers.Radiusauthentik.providers.saml- authentik Providers.SAMLauthentik.providers.scim- authentik Providers.SCIMauthentik.rbac- authentik RBACauthentik.recovery- authentik Recoveryauthentik.sources.ldap- authentik Sources.LDAPauthentik.sources.oauth- authentik Sources.OAuthauthentik.sources.plex- authentik Sources.Plexauthentik.sources.saml- authentik Sources.SAMLauthentik.stages.authenticator- authentik Stages.Authenticatorauthentik.stages.authenticator_duo- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha- authentik Stages.Captchaauthentik.stages.consent- authentik Stages.Consentauthentik.stages.deny- authentik Stages.Denyauthentik.stages.dummy- authentik Stages.Dummyauthentik.stages.email- authentik Stages.Emailauthentik.stages.identification- authentik Stages.Identificationauthentik.stages.invitation- authentik Stages.User Invitationauthentik.stages.password- authentik Stages.Passwordauthentik.stages.prompt- authentik Stages.Promptauthentik.stages.user_delete- authentik Stages.User Deleteauthentik.stages.user_login- authentik Stages.User Loginauthentik.stages.user_logout- authentik Stages.User Logoutauthentik.stages.user_write- authentik Stages.User Writeauthentik.brands- authentik Brandsauthentik.blueprints- authentik Blueprintsauthentik.core- authentik Coreauthentik.enterprise- authentik Enterpriseauthentik.enterprise.audit- authentik Enterprise.Auditauthentik.enterprise.providers.rac- authentik Enterprise.Providers.RACauthentik.events- authentik Events
Added enum values:
authentik.brandsauthentik.enterprise.auditauthentik.enterprise.providers.racChanged property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
Changed response : 200 OK
application/json
Changed property app (string)
authentik.tenants- authentik Tenantsauthentik.admin- authentik Adminauthentik.api- authentik APIauthentik.crypto- authentik Cryptoauthentik.flows- authentik Flowsauthentik.outposts- authentik Outpostauthentik.policies.dummy- authentik Policies.Dummyauthentik.policies.event_matcher- authentik Policies.Event Matcherauthentik.policies.expiry- authentik Policies.Expiryauthentik.policies.expression- authentik Policies.Expressionauthentik.policies.password- authentik Policies.Passwordauthentik.policies.reputation- authentik Policies.Reputationauthentik.policies- authentik Policiesauthentik.providers.ldap- authentik Providers.LDAPauthentik.providers.oauth2- authentik Providers.OAuth2authentik.providers.proxy- authentik Providers.Proxyauthentik.providers.radius- authentik Providers.Radiusauthentik.providers.saml- authentik Providers.SAMLauthentik.providers.scim- authentik Providers.SCIMauthentik.rbac- authentik RBACauthentik.recovery- authentik Recoveryauthentik.sources.ldap- authentik Sources.LDAPauthentik.sources.oauth- authentik Sources.OAuthauthentik.sources.plex- authentik Sources.Plexauthentik.sources.saml- authentik Sources.SAMLauthentik.stages.authenticator- authentik Stages.Authenticatorauthentik.stages.authenticator_duo- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha- authentik Stages.Captchaauthentik.stages.consent- authentik Stages.Consentauthentik.stages.deny- authentik Stages.Denyauthentik.stages.dummy- authentik Stages.Dummyauthentik.stages.email- authentik Stages.Emailauthentik.stages.identification- authentik Stages.Identificationauthentik.stages.invitation- authentik Stages.User Invitationauthentik.stages.password- authentik Stages.Passwordauthentik.stages.prompt- authentik Stages.Promptauthentik.stages.user_delete- authentik Stages.User Deleteauthentik.stages.user_login- authentik Stages.User Loginauthentik.stages.user_logout- authentik Stages.User Logoutauthentik.stages.user_write- authentik Stages.User Writeauthentik.brands- authentik Brandsauthentik.blueprints- authentik Blueprintsauthentik.core- authentik Coreauthentik.enterprise- authentik Enterpriseauthentik.enterprise.audit- authentik Enterprise.Auditauthentik.enterprise.providers.rac- authentik Enterprise.Providers.RACauthentik.events- authentik Events
Added enum values:
authentik.brandsauthentik.enterprise.auditauthentik.enterprise.providers.racChanged property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
PATCH /policies/event_matcher/{policy_uuid}/Changed content type : application/json
Changed property app (string)
authentik.tenants- authentik Tenantsauthentik.admin- authentik Adminauthentik.api- authentik APIauthentik.crypto- authentik Cryptoauthentik.flows- authentik Flowsauthentik.outposts- authentik Outpostauthentik.policies.dummy- authentik Policies.Dummyauthentik.policies.event_matcher- authentik Policies.Event Matcherauthentik.policies.expiry- authentik Policies.Expiryauthentik.policies.expression- authentik Policies.Expressionauthentik.policies.password- authentik Policies.Passwordauthentik.policies.reputation- authentik Policies.Reputationauthentik.policies- authentik Policiesauthentik.providers.ldap- authentik Providers.LDAPauthentik.providers.oauth2- authentik Providers.OAuth2authentik.providers.proxy- authentik Providers.Proxyauthentik.providers.radius- authentik Providers.Radiusauthentik.providers.saml- authentik Providers.SAMLauthentik.providers.scim- authentik Providers.SCIMauthentik.rbac- authentik RBACauthentik.recovery- authentik Recoveryauthentik.sources.ldap- authentik Sources.LDAPauthentik.sources.oauth- authentik Sources.OAuthauthentik.sources.plex- authentik Sources.Plexauthentik.sources.saml- authentik Sources.SAMLauthentik.stages.authenticator- authentik Stages.Authenticatorauthentik.stages.authenticator_duo- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha- authentik Stages.Captchaauthentik.stages.consent- authentik Stages.Consentauthentik.stages.deny- authentik Stages.Denyauthentik.stages.dummy- authentik Stages.Dummyauthentik.stages.email- authentik Stages.Emailauthentik.stages.identification- authentik Stages.Identificationauthentik.stages.invitation- authentik Stages.User Invitationauthentik.stages.password- authentik Stages.Passwordauthentik.stages.prompt- authentik Stages.Promptauthentik.stages.user_delete- authentik Stages.User Deleteauthentik.stages.user_login- authentik Stages.User Loginauthentik.stages.user_logout- authentik Stages.User Logoutauthentik.stages.user_write- authentik Stages.User Writeauthentik.brands- authentik Brandsauthentik.blueprints- authentik Blueprintsauthentik.core- authentik Coreauthentik.enterprise- authentik Enterpriseauthentik.enterprise.audit- authentik Enterprise.Auditauthentik.enterprise.providers.rac- authentik Enterprise.Providers.RACauthentik.events- authentik Events
Added enum values:
authentik.brandsauthentik.enterprise.auditauthentik.enterprise.providers.racChanged property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
Changed response : 200 OK
application/json
Changed property app (string)
authentik.tenants- authentik Tenantsauthentik.admin- authentik Adminauthentik.api- authentik APIauthentik.crypto- authentik Cryptoauthentik.flows- authentik Flowsauthentik.outposts- authentik Outpostauthentik.policies.dummy- authentik Policies.Dummyauthentik.policies.event_matcher- authentik Policies.Event Matcherauthentik.policies.expiry- authentik Policies.Expiryauthentik.policies.expression- authentik Policies.Expressionauthentik.policies.password- authentik Policies.Passwordauthentik.policies.reputation- authentik Policies.Reputationauthentik.policies- authentik Policiesauthentik.providers.ldap- authentik Providers.LDAPauthentik.providers.oauth2- authentik Providers.OAuth2authentik.providers.proxy- authentik Providers.Proxyauthentik.providers.radius- authentik Providers.Radiusauthentik.providers.saml- authentik Providers.SAMLauthentik.providers.scim- authentik Providers.SCIMauthentik.rbac- authentik RBACauthentik.recovery- authentik Recoveryauthentik.sources.ldap- authentik Sources.LDAPauthentik.sources.oauth- authentik Sources.OAuthauthentik.sources.plex- authentik Sources.Plexauthentik.sources.saml- authentik Sources.SAMLauthentik.stages.authenticator- authentik Stages.Authenticatorauthentik.stages.authenticator_duo- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha- authentik Stages.Captchaauthentik.stages.consent- authentik Stages.Consentauthentik.stages.deny- authentik Stages.Denyauthentik.stages.dummy- authentik Stages.Dummyauthentik.stages.email- authentik Stages.Emailauthentik.stages.identification- authentik Stages.Identificationauthentik.stages.invitation- authentik Stages.User Invitationauthentik.stages.password- authentik Stages.Passwordauthentik.stages.prompt- authentik Stages.Promptauthentik.stages.user_delete- authentik Stages.User Deleteauthentik.stages.user_login- authentik Stages.User Loginauthentik.stages.user_logout- authentik Stages.User Logoutauthentik.stages.user_write- authentik Stages.User Writeauthentik.brands- authentik Brandsauthentik.blueprints- authentik Blueprintsauthentik.core- authentik Coreauthentik.enterprise- authentik Enterpriseauthentik.enterprise.audit- authentik Enterprise.Auditauthentik.enterprise.providers.rac- authentik Enterprise.Providers.RACauthentik.events- authentik Events
Added enum values:
authentik.brandsauthentik.enterprise.auditauthentik.enterprise.providers.racChanged property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
GET /policies/reputation/scores/{reputation_uuid}/Changed response : 200 OK
application/json
Added property ip_asn_data (object)
Changed property ip_geo_data (object -> object)
GET /propertymappings/all/types/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Types of an object that can be created
requires_enterprise (boolean)GET /providers/all/types/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Types of an object that can be created
requires_enterprise (boolean)GET /providers/oauth2/{id}/preview_user/Added: for_user in query
GET /providers/saml/{id}/preview_user/Added: for_user in query
GET /providers/scim/{id}/sync_status/Changed response : 200 OK
Changed content type : application/json
New required properties:
is_runningtasksNew optional properties:
messagesstatustask_descriptiontask_durationtask_finish_timestamptask_nameAdded property is_running (boolean)
Added property tasks (array)
Items (object): > Serialize TaskInfo and TaskResult
Property uuid (string)
Property name (string)
Property full_name (string)
Get full name with UID
Property uid (string)
Property description (string)
Property start_timestamp (string)
Property finish_timestamp (string)
Property duration (number)
Property status (string)
unknown- UNKNOWNsuccessful- SUCCESSFULwarning- WARNINGerror- ERROR
Enum values:
unknownsuccessfulwarningerrorProperty messages (array)
Items (string):
Deleted property task_name (string)
Deleted property task_description (string)
Deleted property task_finish_timestamp (string)
Deleted property task_duration (integer)
Get the duration a task took to run
Deleted property status (object)
Deleted property messages (array)
GET /schema/Changed: lang in query
GET /sources/all/types/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Types of an object that can be created
requires_enterprise (boolean)GET /sources/ldap/{slug}/sync_status/Changed response : 200 OK
application/jsonGET /sources/oauth/source_types/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Serializer for SourceType
New required properties:
verbose_nameNew optional properties:
slugAdded property verbose_name (string)
Deleted property slug (string)
GET /stages/all/types/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Types of an object that can be created
requires_enterprise (boolean)GET /stages/email/templates/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Types of an object that can be created
requires_enterprise (boolean)GET /authenticators/duo/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /authenticators/sms/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /authenticators/static/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /authenticators/totp/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /authenticators/webauthn/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /core/applications/{slug}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /core/authenticated_sessions/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatedSession Serializer
New required properties:
asnAdded property asn (object)
Get ASN Data
Changed property geo_ip (object)
Get GeoIP Data
GET /core/authenticated_sessions/{uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /core/groups/{group_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /core/tokens/{identifier}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
PUT /core/tokens/{identifier}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
PATCH /core/tokens/{identifier}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /core/tokens/{identifier}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /core/user_consent/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /core/users/{id}/Changed response : 200 OK
application/json
avatar (string)
User's avatar, either a http/https URL or a data URI
PUT /core/users/{id}/Changed response : 200 OK
application/json
avatar (string)
User's avatar, either a http/https URL or a data URI
PATCH /core/users/{id}/Changed response : 200 OK
application/json
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /core/users/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /crypto/certificatekeypairs/{kp_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /enterprise/license/{license_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /events/events/{event_uuid}/Changed response : 200 OK
application/json
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
PUT /events/events/{event_uuid}/Changed content type : application/json
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
Changed response : 200 OK
application/json
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
PATCH /events/events/{event_uuid}/Changed content type : application/json
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
Changed response : 200 OK
application/json
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
GET /events/notifications/{uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /events/rules/{pbm_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /events/transports/{uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /flows/bindings/{fsb_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /flows/instances/{slug}/Changed response : 200 OK
application/json
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /flows/instances/{slug}/Changed content type : application/json
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /flows/instances/{slug}/Changed content type : application/json
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /flows/instances/{slug}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
POST /managed/blueprints/Changed content type : application/json
context (object -> object)Changed response : 201 Created
application/json
Changed property context (object -> object)
Changed property metadata (object -> object)
GET /managed/blueprints/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Info about a single blueprint instance file
Changed property context (object -> object)
Changed property metadata (object -> object)
GET /managed/blueprints/{instance_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /oauth2/access_tokens/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /oauth2/authorization_codes/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /oauth2/refresh_tokens/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /outposts/instances/{uuid}/Changed response : 200 OK
application/json
Changed property type (string)
proxy- Proxyldap- Ldapradius- Radiusrac- Rac
Added enum value:
racPUT /outposts/instances/{uuid}/Changed content type : application/json
Changed property type (string)
proxy- Proxyldap- Ldapradius- Radiusrac- Rac
Added enum value:
racChanged response : 200 OK
application/json
Changed property type (string)
proxy- Proxyldap- Ldapradius- Radiusrac- Rac
Added enum value:
racPATCH /outposts/instances/{uuid}/Changed content type : application/json
Changed property type (string)
proxy- Proxyldap- Ldapradius- Radiusrac- Rac
Added enum value:
racChanged response : 200 OK
application/json
Changed property type (string)
proxy- Proxyldap- Ldapradius- Radiusrac- Rac
Added enum value:
racGET /outposts/instances/{uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /outposts/service_connections/all/{uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /outposts/service_connections/docker/{uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
POST /outposts/service_connections/kubernetes/Changed content type : application/json
kubeconfig (object -> object)
Paste your kubeconfig here. authentik will automatically use the currently selected context.
Changed response : 201 Created
application/json
kubeconfig (object -> object)
Paste your kubeconfig here. authentik will automatically use the currently selected context.
GET /outposts/service_connections/kubernetes/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > KubernetesServiceConnection Serializer
kubeconfig (object -> object)
Paste your kubeconfig here. authentik will automatically use the currently selected context.
GET /outposts/service_connections/kubernetes/{uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /policies/all/{policy_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /policies/bindings/{policy_binding_uuid}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
PUT /policies/bindings/{policy_binding_uuid}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
PATCH /policies/bindings/{policy_binding_uuid}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /policies/bindings/{policy_binding_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /policies/dummy/{policy_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
POST /policies/event_matcher/Changed content type : application/json
Changed property app (string)
authentik.tenants- authentik Tenantsauthentik.admin- authentik Adminauthentik.api- authentik APIauthentik.crypto- authentik Cryptoauthentik.flows- authentik Flowsauthentik.outposts- authentik Outpostauthentik.policies.dummy- authentik Policies.Dummyauthentik.policies.event_matcher- authentik Policies.Event Matcherauthentik.policies.expiry- authentik Policies.Expiryauthentik.policies.expression- authentik Policies.Expressionauthentik.policies.password- authentik Policies.Passwordauthentik.policies.reputation- authentik Policies.Reputationauthentik.policies- authentik Policiesauthentik.providers.ldap- authentik Providers.LDAPauthentik.providers.oauth2- authentik Providers.OAuth2authentik.providers.proxy- authentik Providers.Proxyauthentik.providers.radius- authentik Providers.Radiusauthentik.providers.saml- authentik Providers.SAMLauthentik.providers.scim- authentik Providers.SCIMauthentik.rbac- authentik RBACauthentik.recovery- authentik Recoveryauthentik.sources.ldap- authentik Sources.LDAPauthentik.sources.oauth- authentik Sources.OAuthauthentik.sources.plex- authentik Sources.Plexauthentik.sources.saml- authentik Sources.SAMLauthentik.stages.authenticator- authentik Stages.Authenticatorauthentik.stages.authenticator_duo- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha- authentik Stages.Captchaauthentik.stages.consent- authentik Stages.Consentauthentik.stages.deny- authentik Stages.Denyauthentik.stages.dummy- authentik Stages.Dummyauthentik.stages.email- authentik Stages.Emailauthentik.stages.identification- authentik Stages.Identificationauthentik.stages.invitation- authentik Stages.User Invitationauthentik.stages.password- authentik Stages.Passwordauthentik.stages.prompt- authentik Stages.Promptauthentik.stages.user_delete- authentik Stages.User Deleteauthentik.stages.user_login- authentik Stages.User Loginauthentik.stages.user_logout- authentik Stages.User Logoutauthentik.stages.user_write- authentik Stages.User Writeauthentik.brands- authentik Brandsauthentik.blueprints- authentik Blueprintsauthentik.core- authentik Coreauthentik.enterprise- authentik Enterpriseauthentik.enterprise.audit- authentik Enterprise.Auditauthentik.enterprise.providers.rac- authentik Enterprise.Providers.RACauthentik.events- authentik Events
Added enum values:
authentik.brandsauthentik.enterprise.auditauthentik.enterprise.providers.racChanged property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
Changed response : 201 Created
application/json
Changed property app (string)
authentik.tenants- authentik Tenantsauthentik.admin- authentik Adminauthentik.api- authentik APIauthentik.crypto- authentik Cryptoauthentik.flows- authentik Flowsauthentik.outposts- authentik Outpostauthentik.policies.dummy- authentik Policies.Dummyauthentik.policies.event_matcher- authentik Policies.Event Matcherauthentik.policies.expiry- authentik Policies.Expiryauthentik.policies.expression- authentik Policies.Expressionauthentik.policies.password- authentik Policies.Passwordauthentik.policies.reputation- authentik Policies.Reputationauthentik.policies- authentik Policiesauthentik.providers.ldap- authentik Providers.LDAPauthentik.providers.oauth2- authentik Providers.OAuth2authentik.providers.proxy- authentik Providers.Proxyauthentik.providers.radius- authentik Providers.Radiusauthentik.providers.saml- authentik Providers.SAMLauthentik.providers.scim- authentik Providers.SCIMauthentik.rbac- authentik RBACauthentik.recovery- authentik Recoveryauthentik.sources.ldap- authentik Sources.LDAPauthentik.sources.oauth- authentik Sources.OAuthauthentik.sources.plex- authentik Sources.Plexauthentik.sources.saml- authentik Sources.SAMLauthentik.stages.authenticator- authentik Stages.Authenticatorauthentik.stages.authenticator_duo- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha- authentik Stages.Captchaauthentik.stages.consent- authentik Stages.Consentauthentik.stages.deny- authentik Stages.Denyauthentik.stages.dummy- authentik Stages.Dummyauthentik.stages.email- authentik Stages.Emailauthentik.stages.identification- authentik Stages.Identificationauthentik.stages.invitation- authentik Stages.User Invitationauthentik.stages.password- authentik Stages.Passwordauthentik.stages.prompt- authentik Stages.Promptauthentik.stages.user_delete- authentik Stages.User Deleteauthentik.stages.user_login- authentik Stages.User Loginauthentik.stages.user_logout- authentik Stages.User Logoutauthentik.stages.user_write- authentik Stages.User Writeauthentik.brands- authentik Brandsauthentik.blueprints- authentik Blueprintsauthentik.core- authentik Coreauthentik.enterprise- authentik Enterpriseauthentik.enterprise.audit- authentik Enterprise.Auditauthentik.enterprise.providers.rac- authentik Enterprise.Providers.RACauthentik.events- authentik Events
Added enum values:
authentik.brandsauthentik.enterprise.auditauthentik.enterprise.providers.racChanged property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
GET /policies/event_matcher/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Event Matcher Policy Serializer
Changed property app (string)
authentik.tenants- authentik Tenantsauthentik.admin- authentik Adminauthentik.api- authentik APIauthentik.crypto- authentik Cryptoauthentik.flows- authentik Flowsauthentik.outposts- authentik Outpostauthentik.policies.dummy- authentik Policies.Dummyauthentik.policies.event_matcher- authentik Policies.Event Matcherauthentik.policies.expiry- authentik Policies.Expiryauthentik.policies.expression- authentik Policies.Expressionauthentik.policies.password- authentik Policies.Passwordauthentik.policies.reputation- authentik Policies.Reputationauthentik.policies- authentik Policiesauthentik.providers.ldap- authentik Providers.LDAPauthentik.providers.oauth2- authentik Providers.OAuth2authentik.providers.proxy- authentik Providers.Proxyauthentik.providers.radius- authentik Providers.Radiusauthentik.providers.saml- authentik Providers.SAMLauthentik.providers.scim- authentik Providers.SCIMauthentik.rbac- authentik RBACauthentik.recovery- authentik Recoveryauthentik.sources.ldap- authentik Sources.LDAPauthentik.sources.oauth- authentik Sources.OAuthauthentik.sources.plex- authentik Sources.Plexauthentik.sources.saml- authentik Sources.SAMLauthentik.stages.authenticator- authentik Stages.Authenticatorauthentik.stages.authenticator_duo- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha- authentik Stages.Captchaauthentik.stages.consent- authentik Stages.Consentauthentik.stages.deny- authentik Stages.Denyauthentik.stages.dummy- authentik Stages.Dummyauthentik.stages.email- authentik Stages.Emailauthentik.stages.identification- authentik Stages.Identificationauthentik.stages.invitation- authentik Stages.User Invitationauthentik.stages.password- authentik Stages.Passwordauthentik.stages.prompt- authentik Stages.Promptauthentik.stages.user_delete- authentik Stages.User Deleteauthentik.stages.user_login- authentik Stages.User Loginauthentik.stages.user_logout- authentik Stages.User Logoutauthentik.stages.user_write- authentik Stages.User Writeauthentik.brands- authentik Brandsauthentik.blueprints- authentik Blueprintsauthentik.core- authentik Coreauthentik.enterprise- authentik Enterpriseauthentik.enterprise.audit- authentik Enterprise.Auditauthentik.enterprise.providers.rac- authentik Enterprise.Providers.RACauthentik.events- authentik Events
Added enum values:
authentik.brandsauthentik.enterprise.auditauthentik.enterprise.providers.racChanged property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
GET /policies/event_matcher/{policy_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /policies/expression/{policy_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /policies/password/{policy_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /policies/password_expiry/{policy_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /policies/reputation/{policy_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /policies/reputation/scores/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Reputation Serializer
Added property ip_asn_data (object)
Changed property ip_geo_data (object -> object)
GET /policies/reputation/scores/{reputation_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /propertymappings/all/{pm_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /propertymappings/ldap/{pm_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /propertymappings/notification/{pm_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /propertymappings/saml/{pm_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /propertymappings/scim/{pm_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /propertymappings/scope/{pm_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /providers/all/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /providers/ldap/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /providers/oauth2/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /providers/proxy/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /providers/radius/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /providers/saml/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /providers/scim/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
POST /rbac/permissions/assigned_by_roles/{uuid}/assign/Changed content type : application/json
Changed property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
PATCH /rbac/permissions/assigned_by_roles/{uuid}/unassign/Changed content type : application/json
Changed property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
POST /rbac/permissions/assigned_by_users/{id}/assign/Changed content type : application/json
Changed property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
PATCH /rbac/permissions/assigned_by_users/{id}/unassign/Changed content type : application/json
Changed property model (string)
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
Added enum values:
authentik_tenants.domain
authentik_brands.brand
authentik_providers_rac.racprovider
authentik_providers_rac.endpoint
authentik_providers_rac.racpropertymapping
Removed enum values:
authentik_policies_reputation.reputation
authentik_providers_oauth2.authorizationcode
authentik_providers_oauth2.accesstoken
authentik_providers_oauth2.refreshtoken
authentik_tenants.tenant
GET /rbac/roles/{uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /root/config/Changed response : 200 OK
application/json
Changed property capabilities (array)
Changed items (string): > _ can_save_media - Can Save Media > _ can_geo_ip - Can Geo Ip > _ can_asn - Can Asn > _ can_impersonate - Can Impersonate > _ can_debug - Can Debug > _ is_enterprise - Is Enterprise
Added enum value:
can_asnGET /sources/all/{slug}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /sources/ldap/{slug}/Changed response : 200 OK
Changed content type : application/json
New required properties:
connectivityconnectivity (object)
Get cached source connectivity
PUT /sources/ldap/{slug}/Changed response : 200 OK
Changed content type : application/json
New required properties:
connectivityconnectivity (object)
Get cached source connectivity
PATCH /sources/ldap/{slug}/Changed response : 200 OK
Changed content type : application/json
New required properties:
connectivityconnectivity (object)
Get cached source connectivity
GET /sources/ldap/{slug}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /sources/oauth/{slug}/Changed response : 200 OK
application/json
Changed property type (object)
Serializer for SourceType
New required properties:
verbose_nameNew optional properties:
slugAdded property verbose_name (string)
Deleted property slug (string)
Changed property oidc_jwks (object -> object)
Changed property provider_type (string)
apple- Appleopenidconnect- OpenID Connectazuread- Azure ADdiscord- Discordgithub- GitHubmailcow- Mailcowokta- Oktapatreon- Patreontwitch- Twitch
PUT /sources/oauth/{slug}/Changed content type : application/json
Changed property oidc_jwks (object -> object)
Changed property provider_type (string)
apple- Appleopenidconnect- OpenID Connectazuread- Azure ADdiscord- Discordgithub- GitHubmailcow- Mailcowokta- Oktapatreon- Patreontwitch- Twitch
Changed response : 200 OK
application/json
Changed property type (object)
Serializer for SourceType
New required properties:
verbose_nameNew optional properties:
slugAdded property verbose_name (string)
Deleted property slug (string)
Changed property oidc_jwks (object -> object)
Changed property provider_type (string)
apple- Appleopenidconnect- OpenID Connectazuread- Azure ADdiscord- Discordgithub- GitHubmailcow- Mailcowokta- Oktapatreon- Patreontwitch- Twitch
PATCH /sources/oauth/{slug}/Changed content type : application/json
Changed property oidc_jwks (object -> object)
Changed property provider_type (string)
apple- Appleopenidconnect- OpenID Connectazuread- Azure ADdiscord- Discordgithub- GitHubmailcow- Mailcowokta- Oktapatreon- Patreontwitch- Twitch
Changed response : 200 OK
application/json
Changed property type (object)
Serializer for SourceType
New required properties:
verbose_nameNew optional properties:
slugAdded property verbose_name (string)
Deleted property slug (string)
Changed property oidc_jwks (object -> object)
Changed property provider_type (string)
apple- Appleopenidconnect- OpenID Connectazuread- Azure ADdiscord- Discordgithub- GitHubmailcow- Mailcowokta- Oktapatreon- Patreontwitch- Twitch
GET /sources/oauth/{slug}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /sources/plex/{slug}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /sources/saml/{slug}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /sources/user_connections/all/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /sources/user_connections/oauth/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /sources/user_connections/plex/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /sources/user_connections/saml/{id}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/all/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/authenticator/duo/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/authenticator/sms/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/authenticator/static/{stage_uuid}/used_by/Changed: stage_uuid in path
A UUID string identifying this Static Authenticator Setup Stage.
Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/authenticator/totp/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/authenticator/validate/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/authenticator/webauthn/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/captcha/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/consent/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/deny/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/dummy/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/email/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/identification/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/invitation/invitations/{invite_uuid}/Changed response : 200 OK
application/json
Changed property flow_obj (object)
Flow Serializer
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/invitation/invitations/{invite_uuid}/Changed response : 200 OK
application/json
Changed property flow_obj (object)
Flow Serializer
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/invitation/invitations/{invite_uuid}/Changed response : 200 OK
application/json
Changed property flow_obj (object)
Flow Serializer
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/invitation/invitations/{invite_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/invitation/stages/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/password/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/prompt/prompts/{prompt_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/prompt/stages/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/user_delete/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/user_login/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/user_logout/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /stages/user_write/{stage_uuid}/used_by/Changed response : 200 OK
Changed content type : application/json
Changed items (object): > A list of all objects referencing the queried object
Changed property action (string)
cascade- CASCADEcascade_many- CASCADE_MANYset_null- SET_NULLset_default- SET_DEFAULT
Added enum values:
cascade
cascade_many
set_null
set_default
Removed enum values:
CASCADE
CASCADE_MANY
SET_NULL
SET_DEFAULT
GET /core/applications/Added: for_user in query
POST /core/tokens/Changed response : 201 Created
application/json
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /core/tokens/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Token Serializer
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /core/user_consent/{id}/Changed response : 200 OK
application/json
Added property expiring (boolean)
Changed property user (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
POST /core/users/Changed response : 201 Created
application/json
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /core/users/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /core/users/me/Changed response : 200 OK
application/json
Changed property user (object)
User Serializer for information a user can retrieve about themselves
Changed property avatar (string)
User's avatar, either a http/https URL or a data URI
Changed property settings (object)
Get user settings with brand and group settings applied
POST /events/events/Changed content type : application/json
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
Changed response : 201 Created
application/json
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
GET /events/events/Added: brand_name in query
Brand name
Deleted: tenant_name in query
Tenant name
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Event Serializer
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
GET /events/notifications/{uuid}/Changed response : 200 OK
application/json
Changed property event (object)
Event Serializer
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
PUT /events/notifications/{uuid}/Changed content type : application/json
Changed property event (object)
Event Serializer
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
Changed response : 200 OK
application/json
Changed property event (object)
Event Serializer
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
PATCH /events/notifications/{uuid}/Changed content type : application/json
Changed property event (object)
Event Serializer
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
Changed response : 200 OK
application/json
Changed property event (object)
Event Serializer
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
GET /flows/bindings/{fsb_uuid}/Changed response : 200 OK
application/json
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /flows/bindings/{fsb_uuid}/Changed response : 200 OK
application/json
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /flows/bindings/{fsb_uuid}/Changed response : 200 OK
application/json
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /flows/instances/Changed content type : application/json
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /flows/instances/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Flow Serializer
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /oauth2/access_tokens/{id}/Changed response : 200 OK
application/json
Changed property user (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /oauth2/authorization_codes/{id}/Changed response : 200 OK
application/json
Changed property user (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /oauth2/refresh_tokens/{id}/Changed response : 200 OK
application/json
Changed property user (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
POST /outposts/instances/Changed content type : application/json
Changed property type (string)
proxy- Proxyldap- Ldapradius- Radiusrac- Rac
Added enum value:
racChanged response : 201 Created
application/json
Changed property type (string)
proxy- Proxyldap- Ldapradius- Radiusrac- Rac
Added enum value:
racGET /outposts/instances/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Outpost Serializer
Changed property type (string)
proxy- Proxyldap- Ldapradius- Radiusrac- Rac
Added enum value:
racPOST /policies/bindings/Changed response : 201 Created
application/json
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /policies/bindings/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > PolicyBinding Serializer
Changed property user_obj (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /rbac/permissions/assigned_by_roles/Changed: model in query
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
GET /rbac/permissions/assigned_by_users/Changed: model in query
authentik_tenants.domain- Domainauthentik_crypto.certificatekeypair- Certificate-Key Pairauthentik_flows.flow- Flowauthentik_flows.flowstagebinding- Flow Stage Bindingauthentik_outposts.dockerserviceconnection- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection- Kubernetes Service-Connectionauthentik_outposts.outpost- Outpostauthentik_policies_dummy.dummypolicy- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy- Password Expiry Policyauthentik_policies_expression.expressionpolicy- Expression Policyauthentik_policies_password.passwordpolicy- Password Policyauthentik_policies_reputation.reputationpolicy- Reputation Policyauthentik_policies.policybinding- Policy Bindingauthentik_providers_ldap.ldapprovider- LDAP Providerauthentik_providers_oauth2.scopemapping- Scope Mappingauthentik_providers_oauth2.oauth2provider- OAuth2/OpenID Providerauthentik_providers_proxy.proxyprovider- Proxy Providerauthentik_providers_radius.radiusprovider- Radius Providerauthentik_providers_saml.samlprovider- SAML Providerauthentik_providers_saml.samlpropertymapping- SAML Property Mappingauthentik_providers_scim.scimprovider- SCIM Providerauthentik_providers_scim.scimmapping- SCIM Mappingauthentik_rbac.role- Roleauthentik_sources_ldap.ldapsource- LDAP Sourceauthentik_sources_ldap.ldappropertymapping- LDAP Property Mappingauthentik_sources_oauth.oauthsource- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection- User OAuth Source Connectionauthentik_sources_plex.plexsource- Plex Sourceauthentik_sources_plex.plexsourceconnection- User Plex Source Connectionauthentik_sources_saml.samlsource- SAML Sourceauthentik_sources_saml.usersamlsourceconnection- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage- Static Authenticator Setup Stageauthentik_stages_authenticator_static.staticdevice- Static Deviceauthentik_stages_authenticator_totp.authenticatortotpstage- TOTP Authenticator Setup Stageauthentik_stages_authenticator_totp.totpdevice- TOTP Deviceauthentik_stages_authenticator_validate.authenticatorvalidatestage- Authenticator Validation Stageauthentik_stages_authenticator_webauthn.authenticatewebauthnstage- WebAuthn Authenticator Setup Stageauthentik_stages_authenticator_webauthn.webauthndevice- WebAuthn Deviceauthentik_stages_captcha.captchastage- Captcha Stageauthentik_stages_consent.consentstage- Consent Stageauthentik_stages_consent.userconsent- User Consentauthentik_stages_deny.denystage- Deny Stageauthentik_stages_dummy.dummystage- Dummy Stageauthentik_stages_email.emailstage- Email Stageauthentik_stages_identification.identificationstage- Identification Stageauthentik_stages_invitation.invitationstage- Invitation Stageauthentik_stages_invitation.invitation- Invitationauthentik_stages_password.passwordstage- Password Stageauthentik_stages_prompt.prompt- Promptauthentik_stages_prompt.promptstage- Prompt Stageauthentik_stages_user_delete.userdeletestage- User Delete Stageauthentik_stages_user_login.userloginstage- User Login Stageauthentik_stages_user_logout.userlogoutstage- User Logout Stageauthentik_stages_user_write.userwritestage- User Write Stageauthentik_brands.brand- Brandauthentik_blueprints.blueprintinstance- Blueprint Instanceauthentik_core.group- Groupauthentik_core.user- Userauthentik_core.application- Applicationauthentik_core.token- Tokenauthentik_enterprise.license- Licenseauthentik_providers_rac.racprovider- RAC Providerauthentik_providers_rac.endpoint- RAC Endpointauthentik_providers_rac.racpropertymapping- RAC Property Mappingauthentik_events.event- Eventauthentik_events.notificationtransport- Notification Transportauthentik_events.notification- Notificationauthentik_events.notificationrule- Notification Ruleauthentik_events.notificationwebhookmapping- Webhook Mapping
POST /sources/ldap/Changed response : 201 Created
Changed content type : application/json
New required properties:
connectivityconnectivity (object)
Get cached source connectivity
GET /sources/ldap/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > LDAP Source Serializer
New required properties:
connectivityconnectivity (object)
Get cached source connectivity
POST /sources/oauth/Changed content type : application/json
Changed property oidc_jwks (object -> object)
Changed property provider_type (string)
apple- Appleopenidconnect- OpenID Connectazuread- Azure ADdiscord- Discordgithub- GitHubmailcow- Mailcowokta- Oktapatreon- Patreontwitch- Twitch
Changed response : 201 Created
application/json
Changed property type (object)
Serializer for SourceType
New required properties:
verbose_nameNew optional properties:
slugAdded property verbose_name (string)
Deleted property slug (string)
Changed property oidc_jwks (object -> object)
Changed property provider_type (string)
apple- Appleopenidconnect- OpenID Connectazuread- Azure ADdiscord- Discordgithub- GitHubmailcow- Mailcowokta- Oktapatreon- Patreontwitch- Twitch
GET /sources/oauth/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > OAuth Source Serializer
Changed property type (object)
Serializer for SourceType
New required properties:
verbose_nameNew optional properties:
slugAdded property verbose_name (string)
Deleted property slug (string)
Changed property oidc_jwks (object -> object)
Changed property provider_type (string)
apple- Appleopenidconnect- OpenID Connectazuread- Azure ADdiscord- Discordgithub- GitHubmailcow- Mailcowokta- Oktapatreon- Patreontwitch- Twitch
GET /stages/all/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/duo/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/authenticator/duo/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/authenticator/duo/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/sms/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/authenticator/sms/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/authenticator/sms/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
DELETE /stages/authenticator/static/{stage_uuid}/Changed: stage_uuid in path
A UUID string identifying this Static Authenticator Setup Stage.
GET /stages/authenticator/static/{stage_uuid}/Changed: stage_uuid in path
A UUID string identifying this Static Authenticator Setup Stage.
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/authenticator/static/{stage_uuid}/Changed: stage_uuid in path
A UUID string identifying this Static Authenticator Setup Stage.
Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/authenticator/static/{stage_uuid}/Changed: stage_uuid in path
A UUID string identifying this Static Authenticator Setup Stage.
Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/totp/{stage_uuid}/Changed response : 200 OK
application/json
Changed property digits (integer -> string)
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/authenticator/totp/{stage_uuid}/Changed content type : application/json
Changed property digits (integer -> string)
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property digits (integer -> string)
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/authenticator/totp/{stage_uuid}/Changed content type : application/json
Changed property digits (integer -> string)
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property digits (integer -> string)
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/validate/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/authenticator/validate/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/authenticator/validate/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/webauthn/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/authenticator/webauthn/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/authenticator/webauthn/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/captcha/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/captcha/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/captcha/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/consent/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/consent/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/consent/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/deny/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/deny/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/deny/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/dummy/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/dummy/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/dummy/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/email/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/email/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/email/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/identification/{stage_uuid}/Changed response : 200 OK
application/json
Added property pretend_user_exists (boolean)
When enabled, the stage will succeed and continue even when incorrect user info is entered.
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/identification/{stage_uuid}/Changed content type : application/json
Added property pretend_user_exists (boolean)
When enabled, the stage will succeed and continue even when incorrect user info is entered.
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Added property pretend_user_exists (boolean)
When enabled, the stage will succeed and continue even when incorrect user info is entered.
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/identification/{stage_uuid}/Changed content type : application/json
Added property pretend_user_exists (boolean)
When enabled, the stage will succeed and continue even when incorrect user info is entered.
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Added property pretend_user_exists (boolean)
When enabled, the stage will succeed and continue even when incorrect user info is entered.
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/invitation/invitations/Changed response : 201 Created
application/json
Changed property flow_obj (object)
Flow Serializer
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/invitation/invitations/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Invitation Serializer
Changed property flow_obj (object)
Flow Serializer
Changed property authentication (string)
none- Nonerequire_authenticated- Require Authenticatedrequire_unauthenticated- Require Unauthenticatedrequire_superuser- Require Superuserrequire_outpost- Require Outpost
Added enum value:
require_outpostChanged property layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/invitation/stages/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/invitation/stages/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/invitation/stages/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/password/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/password/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/password/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/prompt/stages/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/prompt/stages/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/prompt/stages/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/user_delete/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/user_delete/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/user_delete/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/user_login/{stage_uuid}/Changed response : 200 OK
application/json
Added property network_binding (object)
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Enum values:
no_bindingbind_asnbind_asn_networkbind_asn_network_ipAdded property geoip_binding (object)
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Enum values:
no_bindingbind_continentbind_continent_countrybind_continent_country_cityChanged property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/user_login/{stage_uuid}/Changed content type : application/json
Added property network_binding (object)
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Added property geoip_binding (object)
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Added property network_binding (object)
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Added property geoip_binding (object)
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/user_login/{stage_uuid}/Changed content type : application/json
Added property network_binding (object)
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Added property geoip_binding (object)
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Added property network_binding (object)
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Added property geoip_binding (object)
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/user_logout/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/user_logout/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/user_logout/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/user_write/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/user_write/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/user_write/{stage_uuid}/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /core/transactional/applications/Changed content type : application/json
Changed property provider_model (string)
authentik_providers_ldap.ldapprovider- authentik_providers_ldap.ldapproviderauthentik_providers_oauth2.oauth2provider- authentik_providers_oauth2.oauth2providerauthentik_providers_proxy.proxyprovider- authentik_providers_proxy.proxyproviderauthentik_providers_rac.racprovider- authentik_providers_rac.racproviderauthentik_providers_radius.radiusprovider- authentik_providers_radius.radiusproviderauthentik_providers_saml.samlprovider- authentik_providers_saml.samlproviderauthentik_providers_scim.scimprovider- authentik_providers_scim.scimprovider
Added enum value:
authentik_providers_rac.racproviderChanged property provider (object)
Added 'authentik_providers_rac.racprovider' provider_model:
Property name (string)
Property authentication_flow (string)
Flow used for authentication when the associated application is accessed by an un-authenticated user.
Property authorization_flow (string)
Flow used when authorizing this provider.
Property property_mappings (array)
Items (string):
Property settings (object)
Property connection_expiry (string)
Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3)
Property delete_token_on_disconnect (boolean)
When set to true, connection tokens will be deleted upon disconnect.
GET /core/user_consent/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserConsent Serializer
Added property expiring (boolean)
Changed property user (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /events/notifications/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Notification Serializer
Changed property event (object)
Event Serializer
Added property brand (object)
Deleted property tenant (object)
Changed property user (object -> object)
Changed property context (object -> object)
POST /flows/bindings/Changed response : 201 Created
application/json
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /flows/bindings/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > FlowStageBinding Serializer
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /flows/inspector/{flow_slug}/Changed response : 200 OK
application/json
Changed property plans (array)
Changed items (object): > Serializer for an active FlowPlan
Changed property current_stage (object)
FlowStageBinding Serializer
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /oauth2/access_tokens/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Serializer for BaseGrantModel and RefreshToken
Changed property user (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /oauth2/authorization_codes/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Serializer for BaseGrantModel and ExpiringBaseGrant
Changed property user (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /oauth2/refresh_tokens/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Serializer for BaseGrantModel and RefreshToken
Changed property user (object)
User Serializer
avatar (string)
User's avatar, either a http/https URL or a data URI
GET /stages/all/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/authenticator/duo/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/duo/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorDuoStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/authenticator/sms/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/sms/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorSMSStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/authenticator/static/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/static/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorStaticStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/authenticator/totp/Changed content type : application/json
Changed property digits (integer -> string)
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property digits (integer -> string)
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/totp/Changed: digits in query
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorTOTPStage Serializer
Changed property digits (integer -> string)
6- 6 digits, widely compatible8- 8 digits, not compatible with apps like Google Authenticator
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/authenticator/validate/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/validate/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorValidateStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/authenticator/webauthn/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/authenticator/webauthn/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticateWebAuthnStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/captcha/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/captcha/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > CaptchaStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/consent/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/consent/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > ConsentStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/deny/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/deny/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > DenyStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/dummy/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/dummy/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > DummyStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/email/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/email/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > EmailStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/identification/Changed content type : application/json
Added property pretend_user_exists (boolean)
When enabled, the stage will succeed and continue even when incorrect user info is entered.
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Added property pretend_user_exists (boolean)
When enabled, the stage will succeed and continue even when incorrect user info is entered.
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/identification/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > IdentificationStage Serializer
Added property pretend_user_exists (boolean)
When enabled, the stage will succeed and continue even when incorrect user info is entered.
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/invitation/stages/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/invitation/stages/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > InvitationStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/password/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/password/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > PasswordStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/prompt/prompts/{prompt_uuid}/Changed response : 200 OK
application/json
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PUT /stages/prompt/prompts/{prompt_uuid}/Changed content type : application/json
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
PATCH /stages/prompt/prompts/{prompt_uuid}/Changed content type : application/json
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 200 OK
application/json
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/prompt/prompts/preview/Changed content type : application/json
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/prompt/stages/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/prompt/stages/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > PromptStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/user_delete/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/user_delete/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserDeleteStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/user_login/Changed content type : application/json
Added property network_binding (object)
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Added property geoip_binding (object)
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Added property network_binding (object)
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Added property geoip_binding (object)
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/user_login/Added: geoip_binding in query
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Added: network_binding in query
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserLoginStage Serializer
Added property network_binding (object)
Bind sessions created by this stage to the configured network
no_binding- No Bindingbind_asn- Bind Asnbind_asn_network- Bind Asn Networkbind_asn_network_ip- Bind Asn Network Ip
Added property geoip_binding (object)
Bind sessions created by this stage to the configured GeoIP location
no_binding- No Bindingbind_continent- Bind Continentbind_continent_country- Bind Continent Countrybind_continent_country_city- Bind Continent Country City
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/user_logout/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/user_logout/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserLogoutStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/user_write/Changed content type : application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/user_write/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserWriteStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
POST /stages/prompt/prompts/Changed content type : application/json
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
Changed response : 201 Created
application/json
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right
GET /stages/prompt/prompts/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Prompt Serializer
Changed property promptstage_set (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
layout (string)
stacked- Stackedcontent_left- Content Leftcontent_right- Content Rightsidebar_left- Sidebar Leftsidebar_right- Sidebar Right