Skip to main content

authentik

Project description

authentik logo


Latest version

authentik Python API Client

This repo contains a generated API client to talk with authentik's API from Python.

Overview

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 2025.12.4
  • Package version: 2025.12.4
  • Generator version: 7.17.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import authentik_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import authentik_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import authentik_client
from authentik_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to /api/v3
# See configuration.py for a list of all supported configuration parameters.
configuration = authentik_client.Configuration(
    host = "/api/v3"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization: authentik
configuration = authentik_client.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with authentik_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = authentik_client.AdminApi(api_client)

    try:
        api_response = api_instance.admin_apps_list()
        print("The response of AdminApi->admin_apps_list:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AdminApi->admin_apps_list: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to /api/v3

Class Method HTTP request Description
AdminApi admin_apps_list GET /admin/apps/
AdminApi admin_file_create POST /admin/file/
AdminApi admin_file_destroy DELETE /admin/file/
AdminApi admin_file_list GET /admin/file/
AdminApi admin_file_used_by_list GET /admin/file/used_by/
AdminApi admin_models_list GET /admin/models/
AdminApi admin_settings_partial_update PATCH /admin/settings/
AdminApi admin_settings_retrieve GET /admin/settings/
AdminApi admin_settings_update PUT /admin/settings/
AdminApi admin_system_create POST /admin/system/
AdminApi admin_system_retrieve GET /admin/system/
AdminApi admin_version_history_list GET /admin/version/history/
AdminApi admin_version_history_retrieve GET /admin/version/history/{id}/
AdminApi admin_version_retrieve GET /admin/version/
AuthenticatorsApi authenticators_admin_all_list GET /authenticators/admin/all/
AuthenticatorsApi authenticators_admin_duo_create POST /authenticators/admin/duo/
AuthenticatorsApi authenticators_admin_duo_destroy DELETE /authenticators/admin/duo/{id}/
AuthenticatorsApi authenticators_admin_duo_list GET /authenticators/admin/duo/
AuthenticatorsApi authenticators_admin_duo_partial_update PATCH /authenticators/admin/duo/{id}/
AuthenticatorsApi authenticators_admin_duo_retrieve GET /authenticators/admin/duo/{id}/
AuthenticatorsApi authenticators_admin_duo_update PUT /authenticators/admin/duo/{id}/
AuthenticatorsApi authenticators_admin_email_create POST /authenticators/admin/email/
AuthenticatorsApi authenticators_admin_email_destroy DELETE /authenticators/admin/email/{id}/
AuthenticatorsApi authenticators_admin_email_list GET /authenticators/admin/email/
AuthenticatorsApi authenticators_admin_email_partial_update PATCH /authenticators/admin/email/{id}/
AuthenticatorsApi authenticators_admin_email_retrieve GET /authenticators/admin/email/{id}/
AuthenticatorsApi authenticators_admin_email_update PUT /authenticators/admin/email/{id}/
AuthenticatorsApi authenticators_admin_endpoint_create POST /authenticators/admin/endpoint/
AuthenticatorsApi authenticators_admin_endpoint_destroy DELETE /authenticators/admin/endpoint/{uuid}/
AuthenticatorsApi authenticators_admin_endpoint_list GET /authenticators/admin/endpoint/
AuthenticatorsApi authenticators_admin_endpoint_partial_update PATCH /authenticators/admin/endpoint/{uuid}/
AuthenticatorsApi authenticators_admin_endpoint_retrieve GET /authenticators/admin/endpoint/{uuid}/
AuthenticatorsApi authenticators_admin_endpoint_update PUT /authenticators/admin/endpoint/{uuid}/
AuthenticatorsApi authenticators_admin_sms_create POST /authenticators/admin/sms/
AuthenticatorsApi authenticators_admin_sms_destroy DELETE /authenticators/admin/sms/{id}/
AuthenticatorsApi authenticators_admin_sms_list GET /authenticators/admin/sms/
AuthenticatorsApi authenticators_admin_sms_partial_update PATCH /authenticators/admin/sms/{id}/
AuthenticatorsApi authenticators_admin_sms_retrieve GET /authenticators/admin/sms/{id}/
AuthenticatorsApi authenticators_admin_sms_update PUT /authenticators/admin/sms/{id}/
AuthenticatorsApi authenticators_admin_static_create POST /authenticators/admin/static/
AuthenticatorsApi authenticators_admin_static_destroy DELETE /authenticators/admin/static/{id}/
AuthenticatorsApi authenticators_admin_static_list GET /authenticators/admin/static/
AuthenticatorsApi authenticators_admin_static_partial_update PATCH /authenticators/admin/static/{id}/
AuthenticatorsApi authenticators_admin_static_retrieve GET /authenticators/admin/static/{id}/
AuthenticatorsApi authenticators_admin_static_update PUT /authenticators/admin/static/{id}/
AuthenticatorsApi authenticators_admin_totp_create POST /authenticators/admin/totp/
AuthenticatorsApi authenticators_admin_totp_destroy DELETE /authenticators/admin/totp/{id}/
AuthenticatorsApi authenticators_admin_totp_list GET /authenticators/admin/totp/
AuthenticatorsApi authenticators_admin_totp_partial_update PATCH /authenticators/admin/totp/{id}/
AuthenticatorsApi authenticators_admin_totp_retrieve GET /authenticators/admin/totp/{id}/
AuthenticatorsApi authenticators_admin_totp_update PUT /authenticators/admin/totp/{id}/
AuthenticatorsApi authenticators_admin_webauthn_create POST /authenticators/admin/webauthn/
AuthenticatorsApi authenticators_admin_webauthn_destroy DELETE /authenticators/admin/webauthn/{id}/
AuthenticatorsApi authenticators_admin_webauthn_list GET /authenticators/admin/webauthn/
AuthenticatorsApi authenticators_admin_webauthn_partial_update PATCH /authenticators/admin/webauthn/{id}/
AuthenticatorsApi authenticators_admin_webauthn_retrieve GET /authenticators/admin/webauthn/{id}/
AuthenticatorsApi authenticators_admin_webauthn_update PUT /authenticators/admin/webauthn/{id}/
AuthenticatorsApi authenticators_all_list GET /authenticators/all/
AuthenticatorsApi authenticators_duo_destroy DELETE /authenticators/duo/{id}/
AuthenticatorsApi authenticators_duo_list GET /authenticators/duo/
AuthenticatorsApi authenticators_duo_partial_update PATCH /authenticators/duo/{id}/
AuthenticatorsApi authenticators_duo_retrieve GET /authenticators/duo/{id}/
AuthenticatorsApi authenticators_duo_update PUT /authenticators/duo/{id}/
AuthenticatorsApi authenticators_duo_used_by_list GET /authenticators/duo/{id}/used_by/
AuthenticatorsApi authenticators_email_destroy DELETE /authenticators/email/{id}/
AuthenticatorsApi authenticators_email_list GET /authenticators/email/
AuthenticatorsApi authenticators_email_partial_update PATCH /authenticators/email/{id}/
AuthenticatorsApi authenticators_email_retrieve GET /authenticators/email/{id}/
AuthenticatorsApi authenticators_email_update PUT /authenticators/email/{id}/
AuthenticatorsApi authenticators_email_used_by_list GET /authenticators/email/{id}/used_by/
AuthenticatorsApi authenticators_endpoint_list GET /authenticators/endpoint/
AuthenticatorsApi authenticators_endpoint_retrieve GET /authenticators/endpoint/{uuid}/
AuthenticatorsApi authenticators_endpoint_used_by_list GET /authenticators/endpoint/{uuid}/used_by/
AuthenticatorsApi authenticators_sms_destroy DELETE /authenticators/sms/{id}/
AuthenticatorsApi authenticators_sms_list GET /authenticators/sms/
AuthenticatorsApi authenticators_sms_partial_update PATCH /authenticators/sms/{id}/
AuthenticatorsApi authenticators_sms_retrieve GET /authenticators/sms/{id}/
AuthenticatorsApi authenticators_sms_update PUT /authenticators/sms/{id}/
AuthenticatorsApi authenticators_sms_used_by_list GET /authenticators/sms/{id}/used_by/
AuthenticatorsApi authenticators_static_destroy DELETE /authenticators/static/{id}/
AuthenticatorsApi authenticators_static_list GET /authenticators/static/
AuthenticatorsApi authenticators_static_partial_update PATCH /authenticators/static/{id}/
AuthenticatorsApi authenticators_static_retrieve GET /authenticators/static/{id}/
AuthenticatorsApi authenticators_static_update PUT /authenticators/static/{id}/
AuthenticatorsApi authenticators_static_used_by_list GET /authenticators/static/{id}/used_by/
AuthenticatorsApi authenticators_totp_destroy DELETE /authenticators/totp/{id}/
AuthenticatorsApi authenticators_totp_list GET /authenticators/totp/
AuthenticatorsApi authenticators_totp_partial_update PATCH /authenticators/totp/{id}/
AuthenticatorsApi authenticators_totp_retrieve GET /authenticators/totp/{id}/
AuthenticatorsApi authenticators_totp_update PUT /authenticators/totp/{id}/
AuthenticatorsApi authenticators_totp_used_by_list GET /authenticators/totp/{id}/used_by/
AuthenticatorsApi authenticators_webauthn_destroy DELETE /authenticators/webauthn/{id}/
AuthenticatorsApi authenticators_webauthn_list GET /authenticators/webauthn/
AuthenticatorsApi authenticators_webauthn_partial_update PATCH /authenticators/webauthn/{id}/
AuthenticatorsApi authenticators_webauthn_retrieve GET /authenticators/webauthn/{id}/
AuthenticatorsApi authenticators_webauthn_update PUT /authenticators/webauthn/{id}/
AuthenticatorsApi authenticators_webauthn_used_by_list GET /authenticators/webauthn/{id}/used_by/
CoreApi core_application_entitlements_create POST /core/application_entitlements/
CoreApi core_application_entitlements_destroy DELETE /core/application_entitlements/{pbm_uuid}/
CoreApi core_application_entitlements_list GET /core/application_entitlements/
CoreApi core_application_entitlements_partial_update PATCH /core/application_entitlements/{pbm_uuid}/
CoreApi core_application_entitlements_retrieve GET /core/application_entitlements/{pbm_uuid}/
CoreApi core_application_entitlements_update PUT /core/application_entitlements/{pbm_uuid}/
CoreApi core_application_entitlements_used_by_list GET /core/application_entitlements/{pbm_uuid}/used_by/
CoreApi core_applications_check_access_retrieve GET /core/applications/{slug}/check_access/
CoreApi core_applications_create POST /core/applications/
CoreApi core_applications_destroy DELETE /core/applications/{slug}/
CoreApi core_applications_list GET /core/applications/
CoreApi core_applications_partial_update PATCH /core/applications/{slug}/
CoreApi core_applications_retrieve GET /core/applications/{slug}/
CoreApi core_applications_update PUT /core/applications/{slug}/
CoreApi core_applications_used_by_list GET /core/applications/{slug}/used_by/
CoreApi core_authenticated_sessions_destroy DELETE /core/authenticated_sessions/{uuid}/
CoreApi core_authenticated_sessions_list GET /core/authenticated_sessions/
CoreApi core_authenticated_sessions_retrieve GET /core/authenticated_sessions/{uuid}/
CoreApi core_authenticated_sessions_used_by_list GET /core/authenticated_sessions/{uuid}/used_by/
CoreApi core_brands_create POST /core/brands/
CoreApi core_brands_current_retrieve GET /core/brands/current/
CoreApi core_brands_destroy DELETE /core/brands/{brand_uuid}/
CoreApi core_brands_list GET /core/brands/
CoreApi core_brands_partial_update PATCH /core/brands/{brand_uuid}/
CoreApi core_brands_retrieve GET /core/brands/{brand_uuid}/
CoreApi core_brands_update PUT /core/brands/{brand_uuid}/
CoreApi core_brands_used_by_list GET /core/brands/{brand_uuid}/used_by/
CoreApi core_groups_add_user_create POST /core/groups/{group_uuid}/add_user/
CoreApi core_groups_create POST /core/groups/
CoreApi core_groups_destroy DELETE /core/groups/{group_uuid}/
CoreApi core_groups_list GET /core/groups/
CoreApi core_groups_partial_update PATCH /core/groups/{group_uuid}/
CoreApi core_groups_remove_user_create POST /core/groups/{group_uuid}/remove_user/
CoreApi core_groups_retrieve GET /core/groups/{group_uuid}/
CoreApi core_groups_update PUT /core/groups/{group_uuid}/
CoreApi core_groups_used_by_list GET /core/groups/{group_uuid}/used_by/
CoreApi core_tokens_create POST /core/tokens/
CoreApi core_tokens_destroy DELETE /core/tokens/{identifier}/
CoreApi core_tokens_list GET /core/tokens/
CoreApi core_tokens_partial_update PATCH /core/tokens/{identifier}/
CoreApi core_tokens_retrieve GET /core/tokens/{identifier}/
CoreApi core_tokens_set_key_create POST /core/tokens/{identifier}/set_key/
CoreApi core_tokens_update PUT /core/tokens/{identifier}/
CoreApi core_tokens_used_by_list GET /core/tokens/{identifier}/used_by/
CoreApi core_tokens_view_key_retrieve GET /core/tokens/{identifier}/view_key/
CoreApi core_transactional_applications_update PUT /core/transactional/applications/
CoreApi core_user_consent_destroy DELETE /core/user_consent/{id}/
CoreApi core_user_consent_list GET /core/user_consent/
CoreApi core_user_consent_retrieve GET /core/user_consent/{id}/
CoreApi core_user_consent_used_by_list GET /core/user_consent/{id}/used_by/
CoreApi core_users_create POST /core/users/
CoreApi core_users_destroy DELETE /core/users/{id}/
CoreApi core_users_export_create POST /core/users/export/
CoreApi core_users_impersonate_create POST /core/users/{id}/impersonate/
CoreApi core_users_impersonate_end_retrieve GET /core/users/impersonate_end/
CoreApi core_users_list GET /core/users/
CoreApi core_users_me_retrieve GET /core/users/me/
CoreApi core_users_partial_update PATCH /core/users/{id}/
CoreApi core_users_paths_retrieve GET /core/users/paths/
CoreApi core_users_recovery_create POST /core/users/{id}/recovery/
CoreApi core_users_recovery_email_create POST /core/users/{id}/recovery_email/
CoreApi core_users_retrieve GET /core/users/{id}/
CoreApi core_users_service_account_create POST /core/users/service_account/
CoreApi core_users_set_password_create POST /core/users/{id}/set_password/
CoreApi core_users_update PUT /core/users/{id}/
CoreApi core_users_used_by_list GET /core/users/{id}/used_by/
CryptoApi crypto_certificatekeypairs_create POST /crypto/certificatekeypairs/
CryptoApi crypto_certificatekeypairs_destroy DELETE /crypto/certificatekeypairs/{kp_uuid}/
CryptoApi crypto_certificatekeypairs_generate_create POST /crypto/certificatekeypairs/generate/
CryptoApi crypto_certificatekeypairs_list GET /crypto/certificatekeypairs/
CryptoApi crypto_certificatekeypairs_partial_update PATCH /crypto/certificatekeypairs/{kp_uuid}/
CryptoApi crypto_certificatekeypairs_retrieve GET /crypto/certificatekeypairs/{kp_uuid}/
CryptoApi crypto_certificatekeypairs_update PUT /crypto/certificatekeypairs/{kp_uuid}/
CryptoApi crypto_certificatekeypairs_used_by_list GET /crypto/certificatekeypairs/{kp_uuid}/used_by/
CryptoApi crypto_certificatekeypairs_view_certificate_retrieve GET /crypto/certificatekeypairs/{kp_uuid}/view_certificate/
CryptoApi crypto_certificatekeypairs_view_private_key_retrieve GET /crypto/certificatekeypairs/{kp_uuid}/view_private_key/
EndpointsApi endpoints_agents_connectors_agent_config_retrieve GET /endpoints/agents/connectors/agent_config/
EndpointsApi endpoints_agents_connectors_auth_fed_create POST /endpoints/agents/connectors/auth_fed/
EndpointsApi endpoints_agents_connectors_auth_ia_create POST /endpoints/agents/connectors/auth_ia/
EndpointsApi endpoints_agents_connectors_check_in_create POST /endpoints/agents/connectors/check_in/
EndpointsApi endpoints_agents_connectors_create POST /endpoints/agents/connectors/
EndpointsApi endpoints_agents_connectors_destroy DELETE /endpoints/agents/connectors/{connector_uuid}/
EndpointsApi endpoints_agents_connectors_enroll_create POST /endpoints/agents/connectors/enroll/
EndpointsApi endpoints_agents_connectors_list GET /endpoints/agents/connectors/
EndpointsApi endpoints_agents_connectors_mdm_config_create POST /endpoints/agents/connectors/{connector_uuid}/mdm_config/
EndpointsApi endpoints_agents_connectors_partial_update PATCH /endpoints/agents/connectors/{connector_uuid}/
EndpointsApi endpoints_agents_connectors_retrieve GET /endpoints/agents/connectors/{connector_uuid}/
EndpointsApi endpoints_agents_connectors_update PUT /endpoints/agents/connectors/{connector_uuid}/
EndpointsApi endpoints_agents_connectors_used_by_list GET /endpoints/agents/connectors/{connector_uuid}/used_by/
EndpointsApi endpoints_agents_enrollment_tokens_create POST /endpoints/agents/enrollment_tokens/
EndpointsApi endpoints_agents_enrollment_tokens_destroy DELETE /endpoints/agents/enrollment_tokens/{token_uuid}/
EndpointsApi endpoints_agents_enrollment_tokens_list GET /endpoints/agents/enrollment_tokens/
EndpointsApi endpoints_agents_enrollment_tokens_partial_update PATCH /endpoints/agents/enrollment_tokens/{token_uuid}/
EndpointsApi endpoints_agents_enrollment_tokens_retrieve GET /endpoints/agents/enrollment_tokens/{token_uuid}/
EndpointsApi endpoints_agents_enrollment_tokens_update PUT /endpoints/agents/enrollment_tokens/{token_uuid}/
EndpointsApi endpoints_agents_enrollment_tokens_used_by_list GET /endpoints/agents/enrollment_tokens/{token_uuid}/used_by/
EndpointsApi endpoints_agents_enrollment_tokens_view_key_retrieve GET /endpoints/agents/enrollment_tokens/{token_uuid}/view_key/
EndpointsApi endpoints_agents_psso_register_device_create POST /endpoints/agents/psso/register/device/
EndpointsApi endpoints_agents_psso_register_user_create POST /endpoints/agents/psso/register/user/
EndpointsApi endpoints_connectors_destroy DELETE /endpoints/connectors/{connector_uuid}/
EndpointsApi endpoints_connectors_list GET /endpoints/connectors/
EndpointsApi endpoints_connectors_retrieve GET /endpoints/connectors/{connector_uuid}/
EndpointsApi endpoints_connectors_types_list GET /endpoints/connectors/types/
EndpointsApi endpoints_connectors_used_by_list GET /endpoints/connectors/{connector_uuid}/used_by/
EndpointsApi endpoints_device_access_groups_create POST /endpoints/device_access_groups/
EndpointsApi endpoints_device_access_groups_destroy DELETE /endpoints/device_access_groups/{pbm_uuid}/
EndpointsApi endpoints_device_access_groups_list GET /endpoints/device_access_groups/
EndpointsApi endpoints_device_access_groups_partial_update PATCH /endpoints/device_access_groups/{pbm_uuid}/
EndpointsApi endpoints_device_access_groups_retrieve GET /endpoints/device_access_groups/{pbm_uuid}/
EndpointsApi endpoints_device_access_groups_update PUT /endpoints/device_access_groups/{pbm_uuid}/
EndpointsApi endpoints_device_access_groups_used_by_list GET /endpoints/device_access_groups/{pbm_uuid}/used_by/
EndpointsApi endpoints_device_bindings_create POST /endpoints/device_bindings/
EndpointsApi endpoints_device_bindings_destroy DELETE /endpoints/device_bindings/{policy_binding_uuid}/
EndpointsApi endpoints_device_bindings_list GET /endpoints/device_bindings/
EndpointsApi endpoints_device_bindings_partial_update PATCH /endpoints/device_bindings/{policy_binding_uuid}/
EndpointsApi endpoints_device_bindings_retrieve GET /endpoints/device_bindings/{policy_binding_uuid}/
EndpointsApi endpoints_device_bindings_update PUT /endpoints/device_bindings/{policy_binding_uuid}/
EndpointsApi endpoints_device_bindings_used_by_list GET /endpoints/device_bindings/{policy_binding_uuid}/used_by/
EndpointsApi endpoints_devices_destroy DELETE /endpoints/devices/{device_uuid}/
EndpointsApi endpoints_devices_list GET /endpoints/devices/
EndpointsApi endpoints_devices_partial_update PATCH /endpoints/devices/{device_uuid}/
EndpointsApi endpoints_devices_retrieve GET /endpoints/devices/{device_uuid}/
EndpointsApi endpoints_devices_summary_retrieve GET /endpoints/devices/summary/
EndpointsApi endpoints_devices_update PUT /endpoints/devices/{device_uuid}/
EndpointsApi endpoints_devices_used_by_list GET /endpoints/devices/{device_uuid}/used_by/
EnterpriseApi enterprise_license_create POST /enterprise/license/
EnterpriseApi enterprise_license_destroy DELETE /enterprise/license/{license_uuid}/
EnterpriseApi enterprise_license_forecast_retrieve GET /enterprise/license/forecast/
EnterpriseApi enterprise_license_install_id_retrieve GET /enterprise/license/install_id/
EnterpriseApi enterprise_license_list GET /enterprise/license/
EnterpriseApi enterprise_license_partial_update PATCH /enterprise/license/{license_uuid}/
EnterpriseApi enterprise_license_retrieve GET /enterprise/license/{license_uuid}/
EnterpriseApi enterprise_license_summary_retrieve GET /enterprise/license/summary/
EnterpriseApi enterprise_license_update PUT /enterprise/license/{license_uuid}/
EnterpriseApi enterprise_license_used_by_list GET /enterprise/license/{license_uuid}/used_by/
EventsApi events_events_actions_list GET /events/events/actions/
EventsApi events_events_create POST /events/events/
EventsApi events_events_destroy DELETE /events/events/{event_uuid}/
EventsApi events_events_export_create POST /events/events/export/
EventsApi events_events_list GET /events/events/
EventsApi events_events_partial_update PATCH /events/events/{event_uuid}/
EventsApi events_events_retrieve GET /events/events/{event_uuid}/
EventsApi events_events_top_per_user_list GET /events/events/top_per_user/
EventsApi events_events_update PUT /events/events/{event_uuid}/
EventsApi events_events_volume_list GET /events/events/volume/
EventsApi events_notifications_destroy DELETE /events/notifications/{uuid}/
EventsApi events_notifications_list GET /events/notifications/
EventsApi events_notifications_mark_all_seen_create POST /events/notifications/mark_all_seen/
EventsApi events_notifications_partial_update PATCH /events/notifications/{uuid}/
EventsApi events_notifications_retrieve GET /events/notifications/{uuid}/
EventsApi events_notifications_update PUT /events/notifications/{uuid}/
EventsApi events_notifications_used_by_list GET /events/notifications/{uuid}/used_by/
EventsApi events_rules_create POST /events/rules/
EventsApi events_rules_destroy DELETE /events/rules/{pbm_uuid}/
EventsApi events_rules_list GET /events/rules/
EventsApi events_rules_partial_update PATCH /events/rules/{pbm_uuid}/
EventsApi events_rules_retrieve GET /events/rules/{pbm_uuid}/
EventsApi events_rules_update PUT /events/rules/{pbm_uuid}/
EventsApi events_rules_used_by_list GET /events/rules/{pbm_uuid}/used_by/
EventsApi events_transports_create POST /events/transports/
EventsApi events_transports_destroy DELETE /events/transports/{uuid}/
EventsApi events_transports_list GET /events/transports/
EventsApi events_transports_partial_update PATCH /events/transports/{uuid}/
EventsApi events_transports_retrieve GET /events/transports/{uuid}/
EventsApi events_transports_test_create POST /events/transports/{uuid}/test/
EventsApi events_transports_update PUT /events/transports/{uuid}/
EventsApi events_transports_used_by_list GET /events/transports/{uuid}/used_by/
FlowsApi flows_bindings_create POST /flows/bindings/
FlowsApi flows_bindings_destroy DELETE /flows/bindings/{fsb_uuid}/
FlowsApi flows_bindings_list GET /flows/bindings/
FlowsApi flows_bindings_partial_update PATCH /flows/bindings/{fsb_uuid}/
FlowsApi flows_bindings_retrieve GET /flows/bindings/{fsb_uuid}/
FlowsApi flows_bindings_update PUT /flows/bindings/{fsb_uuid}/
FlowsApi flows_bindings_used_by_list GET /flows/bindings/{fsb_uuid}/used_by/
FlowsApi flows_executor_get GET /flows/executor/{flow_slug}/
FlowsApi flows_executor_solve POST /flows/executor/{flow_slug}/
FlowsApi flows_inspector_get GET /flows/inspector/{flow_slug}/
FlowsApi flows_instances_cache_clear_create POST /flows/instances/cache_clear/
FlowsApi flows_instances_cache_info_retrieve GET /flows/instances/cache_info/
FlowsApi flows_instances_create POST /flows/instances/
FlowsApi flows_instances_destroy DELETE /flows/instances/{slug}/
FlowsApi flows_instances_diagram_retrieve GET /flows/instances/{slug}/diagram/
FlowsApi flows_instances_execute_retrieve GET /flows/instances/{slug}/execute/
FlowsApi flows_instances_export_retrieve GET /flows/instances/{slug}/export/
FlowsApi flows_instances_import_create POST /flows/instances/import/
FlowsApi flows_instances_list GET /flows/instances/
FlowsApi flows_instances_partial_update PATCH /flows/instances/{slug}/
FlowsApi flows_instances_retrieve GET /flows/instances/{slug}/
FlowsApi flows_instances_update PUT /flows/instances/{slug}/
FlowsApi flows_instances_used_by_list GET /flows/instances/{slug}/used_by/
ManagedApi managed_blueprints_apply_create POST /managed/blueprints/{instance_uuid}/apply/
ManagedApi managed_blueprints_available_list GET /managed/blueprints/available/
ManagedApi managed_blueprints_create POST /managed/blueprints/
ManagedApi managed_blueprints_destroy DELETE /managed/blueprints/{instance_uuid}/
ManagedApi managed_blueprints_list GET /managed/blueprints/
ManagedApi managed_blueprints_partial_update PATCH /managed/blueprints/{instance_uuid}/
ManagedApi managed_blueprints_retrieve GET /managed/blueprints/{instance_uuid}/
ManagedApi managed_blueprints_update PUT /managed/blueprints/{instance_uuid}/
ManagedApi managed_blueprints_used_by_list GET /managed/blueprints/{instance_uuid}/used_by/
Oauth2Api oauth2_access_tokens_destroy DELETE /oauth2/access_tokens/{id}/
Oauth2Api oauth2_access_tokens_list GET /oauth2/access_tokens/
Oauth2Api oauth2_access_tokens_retrieve GET /oauth2/access_tokens/{id}/
Oauth2Api oauth2_access_tokens_used_by_list GET /oauth2/access_tokens/{id}/used_by/
Oauth2Api oauth2_authorization_codes_destroy DELETE /oauth2/authorization_codes/{id}/
Oauth2Api oauth2_authorization_codes_list GET /oauth2/authorization_codes/
Oauth2Api oauth2_authorization_codes_retrieve GET /oauth2/authorization_codes/{id}/
Oauth2Api oauth2_authorization_codes_used_by_list GET /oauth2/authorization_codes/{id}/used_by/
Oauth2Api oauth2_refresh_tokens_destroy DELETE /oauth2/refresh_tokens/{id}/
Oauth2Api oauth2_refresh_tokens_list GET /oauth2/refresh_tokens/
Oauth2Api oauth2_refresh_tokens_retrieve GET /oauth2/refresh_tokens/{id}/
Oauth2Api oauth2_refresh_tokens_used_by_list GET /oauth2/refresh_tokens/{id}/used_by/
OutpostsApi outposts_instances_create POST /outposts/instances/
OutpostsApi outposts_instances_default_settings_retrieve GET /outposts/instances/default_settings/
OutpostsApi outposts_instances_destroy DELETE /outposts/instances/{uuid}/
OutpostsApi outposts_instances_health_list GET /outposts/instances/{uuid}/health/
OutpostsApi outposts_instances_list GET /outposts/instances/
OutpostsApi outposts_instances_partial_update PATCH /outposts/instances/{uuid}/
OutpostsApi outposts_instances_retrieve GET /outposts/instances/{uuid}/
OutpostsApi outposts_instances_update PUT /outposts/instances/{uuid}/
OutpostsApi outposts_instances_used_by_list GET /outposts/instances/{uuid}/used_by/
OutpostsApi outposts_ldap_access_check GET /outposts/ldap/{id}/check_access/
OutpostsApi outposts_ldap_list GET /outposts/ldap/
OutpostsApi outposts_proxy_list GET /outposts/proxy/
OutpostsApi outposts_radius_access_check GET /outposts/radius/{id}/check_access/
OutpostsApi outposts_radius_list GET /outposts/radius/
OutpostsApi outposts_service_connections_all_destroy DELETE /outposts/service_connections/all/{uuid}/
OutpostsApi outposts_service_connections_all_list GET /outposts/service_connections/all/
OutpostsApi outposts_service_connections_all_retrieve GET /outposts/service_connections/all/{uuid}/
OutpostsApi outposts_service_connections_all_state_retrieve GET /outposts/service_connections/all/{uuid}/state/
OutpostsApi outposts_service_connections_all_types_list GET /outposts/service_connections/all/types/
OutpostsApi outposts_service_connections_all_used_by_list GET /outposts/service_connections/all/{uuid}/used_by/
OutpostsApi outposts_service_connections_docker_create POST /outposts/service_connections/docker/
OutpostsApi outposts_service_connections_docker_destroy DELETE /outposts/service_connections/docker/{uuid}/
OutpostsApi outposts_service_connections_docker_list GET /outposts/service_connections/docker/
OutpostsApi outposts_service_connections_docker_partial_update PATCH /outposts/service_connections/docker/{uuid}/
OutpostsApi outposts_service_connections_docker_retrieve GET /outposts/service_connections/docker/{uuid}/
OutpostsApi outposts_service_connections_docker_update PUT /outposts/service_connections/docker/{uuid}/
OutpostsApi outposts_service_connections_docker_used_by_list GET /outposts/service_connections/docker/{uuid}/used_by/
OutpostsApi outposts_service_connections_kubernetes_create POST /outposts/service_connections/kubernetes/
OutpostsApi outposts_service_connections_kubernetes_destroy DELETE /outposts/service_connections/kubernetes/{uuid}/
OutpostsApi outposts_service_connections_kubernetes_list GET /outposts/service_connections/kubernetes/
OutpostsApi outposts_service_connections_kubernetes_partial_update PATCH /outposts/service_connections/kubernetes/{uuid}/
OutpostsApi outposts_service_connections_kubernetes_retrieve GET /outposts/service_connections/kubernetes/{uuid}/
OutpostsApi outposts_service_connections_kubernetes_update PUT /outposts/service_connections/kubernetes/{uuid}/
OutpostsApi outposts_service_connections_kubernetes_used_by_list GET /outposts/service_connections/kubernetes/{uuid}/used_by/
PoliciesApi policies_all_cache_clear_create POST /policies/all/cache_clear/
PoliciesApi policies_all_cache_info_retrieve GET /policies/all/cache_info/
PoliciesApi policies_all_destroy DELETE /policies/all/{policy_uuid}/
PoliciesApi policies_all_list GET /policies/all/
PoliciesApi policies_all_retrieve GET /policies/all/{policy_uuid}/
PoliciesApi policies_all_test_create POST /policies/all/{policy_uuid}/test/
PoliciesApi policies_all_types_list GET /policies/all/types/
PoliciesApi policies_all_used_by_list GET /policies/all/{policy_uuid}/used_by/
PoliciesApi policies_bindings_create POST /policies/bindings/
PoliciesApi policies_bindings_destroy DELETE /policies/bindings/{policy_binding_uuid}/
PoliciesApi policies_bindings_list GET /policies/bindings/
PoliciesApi policies_bindings_partial_update PATCH /policies/bindings/{policy_binding_uuid}/
PoliciesApi policies_bindings_retrieve GET /policies/bindings/{policy_binding_uuid}/
PoliciesApi policies_bindings_update PUT /policies/bindings/{policy_binding_uuid}/
PoliciesApi policies_bindings_used_by_list GET /policies/bindings/{policy_binding_uuid}/used_by/
PoliciesApi policies_dummy_create POST /policies/dummy/
PoliciesApi policies_dummy_destroy DELETE /policies/dummy/{policy_uuid}/
PoliciesApi policies_dummy_list GET /policies/dummy/
PoliciesApi policies_dummy_partial_update PATCH /policies/dummy/{policy_uuid}/
PoliciesApi policies_dummy_retrieve GET /policies/dummy/{policy_uuid}/
PoliciesApi policies_dummy_update PUT /policies/dummy/{policy_uuid}/
PoliciesApi policies_dummy_used_by_list GET /policies/dummy/{policy_uuid}/used_by/
PoliciesApi policies_event_matcher_create POST /policies/event_matcher/
PoliciesApi policies_event_matcher_destroy DELETE /policies/event_matcher/{policy_uuid}/
PoliciesApi policies_event_matcher_list GET /policies/event_matcher/
PoliciesApi policies_event_matcher_partial_update PATCH /policies/event_matcher/{policy_uuid}/
PoliciesApi policies_event_matcher_retrieve GET /policies/event_matcher/{policy_uuid}/
PoliciesApi policies_event_matcher_update PUT /policies/event_matcher/{policy_uuid}/
PoliciesApi policies_event_matcher_used_by_list GET /policies/event_matcher/{policy_uuid}/used_by/
PoliciesApi policies_expression_create POST /policies/expression/
PoliciesApi policies_expression_destroy DELETE /policies/expression/{policy_uuid}/
PoliciesApi policies_expression_list GET /policies/expression/
PoliciesApi policies_expression_partial_update PATCH /policies/expression/{policy_uuid}/
PoliciesApi policies_expression_retrieve GET /policies/expression/{policy_uuid}/
PoliciesApi policies_expression_update PUT /policies/expression/{policy_uuid}/
PoliciesApi policies_expression_used_by_list GET /policies/expression/{policy_uuid}/used_by/
PoliciesApi policies_geoip_create POST /policies/geoip/
PoliciesApi policies_geoip_destroy DELETE /policies/geoip/{policy_uuid}/
PoliciesApi policies_geoip_iso3166_list GET /policies/geoip_iso3166/
PoliciesApi policies_geoip_list GET /policies/geoip/
PoliciesApi policies_geoip_partial_update PATCH /policies/geoip/{policy_uuid}/
PoliciesApi policies_geoip_retrieve GET /policies/geoip/{policy_uuid}/
PoliciesApi policies_geoip_update PUT /policies/geoip/{policy_uuid}/
PoliciesApi policies_geoip_used_by_list GET /policies/geoip/{policy_uuid}/used_by/
PoliciesApi policies_password_create POST /policies/password/
PoliciesApi policies_password_destroy DELETE /policies/password/{policy_uuid}/
PoliciesApi policies_password_expiry_create POST /policies/password_expiry/
PoliciesApi policies_password_expiry_destroy DELETE /policies/password_expiry/{policy_uuid}/
PoliciesApi policies_password_expiry_list GET /policies/password_expiry/
PoliciesApi policies_password_expiry_partial_update PATCH /policies/password_expiry/{policy_uuid}/
PoliciesApi policies_password_expiry_retrieve GET /policies/password_expiry/{policy_uuid}/
PoliciesApi policies_password_expiry_update PUT /policies/password_expiry/{policy_uuid}/
PoliciesApi policies_password_expiry_used_by_list GET /policies/password_expiry/{policy_uuid}/used_by/
PoliciesApi policies_password_list GET /policies/password/
PoliciesApi policies_password_partial_update PATCH /policies/password/{policy_uuid}/
PoliciesApi policies_password_retrieve GET /policies/password/{policy_uuid}/
PoliciesApi policies_password_update PUT /policies/password/{policy_uuid}/
PoliciesApi policies_password_used_by_list GET /policies/password/{policy_uuid}/used_by/
PoliciesApi policies_reputation_create POST /policies/reputation/
PoliciesApi policies_reputation_destroy DELETE /policies/reputation/{policy_uuid}/
PoliciesApi policies_reputation_list GET /policies/reputation/
PoliciesApi policies_reputation_partial_update PATCH /policies/reputation/{policy_uuid}/
PoliciesApi policies_reputation_retrieve GET /policies/reputation/{policy_uuid}/
PoliciesApi policies_reputation_scores_destroy DELETE /policies/reputation/scores/{reputation_uuid}/
PoliciesApi policies_reputation_scores_list GET /policies/reputation/scores/
PoliciesApi policies_reputation_scores_retrieve GET /policies/reputation/scores/{reputation_uuid}/
PoliciesApi policies_reputation_scores_used_by_list GET /policies/reputation/scores/{reputation_uuid}/used_by/
PoliciesApi policies_reputation_update PUT /policies/reputation/{policy_uuid}/
PoliciesApi policies_reputation_used_by_list GET /policies/reputation/{policy_uuid}/used_by/
PoliciesApi policies_unique_password_create POST /policies/unique_password/
PoliciesApi policies_unique_password_destroy DELETE /policies/unique_password/{policy_uuid}/
PoliciesApi policies_unique_password_list GET /policies/unique_password/
PoliciesApi policies_unique_password_partial_update PATCH /policies/unique_password/{policy_uuid}/
PoliciesApi policies_unique_password_retrieve GET /policies/unique_password/{policy_uuid}/
PoliciesApi policies_unique_password_update PUT /policies/unique_password/{policy_uuid}/
PoliciesApi policies_unique_password_used_by_list GET /policies/unique_password/{policy_uuid}/used_by/
PropertymappingsApi propertymappings_all_destroy DELETE /propertymappings/all/{pm_uuid}/
PropertymappingsApi propertymappings_all_list GET /propertymappings/all/
PropertymappingsApi propertymappings_all_retrieve GET /propertymappings/all/{pm_uuid}/
PropertymappingsApi propertymappings_all_test_create POST /propertymappings/all/{pm_uuid}/test/
PropertymappingsApi propertymappings_all_types_list GET /propertymappings/all/types/
PropertymappingsApi propertymappings_all_used_by_list GET /propertymappings/all/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_notification_create POST /propertymappings/notification/
PropertymappingsApi propertymappings_notification_destroy DELETE /propertymappings/notification/{pm_uuid}/
PropertymappingsApi propertymappings_notification_list GET /propertymappings/notification/
PropertymappingsApi propertymappings_notification_partial_update PATCH /propertymappings/notification/{pm_uuid}/
PropertymappingsApi propertymappings_notification_retrieve GET /propertymappings/notification/{pm_uuid}/
PropertymappingsApi propertymappings_notification_update PUT /propertymappings/notification/{pm_uuid}/
PropertymappingsApi propertymappings_notification_used_by_list GET /propertymappings/notification/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_provider_google_workspace_create POST /propertymappings/provider/google_workspace/
PropertymappingsApi propertymappings_provider_google_workspace_destroy DELETE /propertymappings/provider/google_workspace/{pm_uuid}/
PropertymappingsApi propertymappings_provider_google_workspace_list GET /propertymappings/provider/google_workspace/
PropertymappingsApi propertymappings_provider_google_workspace_partial_update PATCH /propertymappings/provider/google_workspace/{pm_uuid}/
PropertymappingsApi propertymappings_provider_google_workspace_retrieve GET /propertymappings/provider/google_workspace/{pm_uuid}/
PropertymappingsApi propertymappings_provider_google_workspace_update PUT /propertymappings/provider/google_workspace/{pm_uuid}/
PropertymappingsApi propertymappings_provider_google_workspace_used_by_list GET /propertymappings/provider/google_workspace/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_provider_microsoft_entra_create POST /propertymappings/provider/microsoft_entra/
PropertymappingsApi propertymappings_provider_microsoft_entra_destroy DELETE /propertymappings/provider/microsoft_entra/{pm_uuid}/
PropertymappingsApi propertymappings_provider_microsoft_entra_list GET /propertymappings/provider/microsoft_entra/
PropertymappingsApi propertymappings_provider_microsoft_entra_partial_update PATCH /propertymappings/provider/microsoft_entra/{pm_uuid}/
PropertymappingsApi propertymappings_provider_microsoft_entra_retrieve GET /propertymappings/provider/microsoft_entra/{pm_uuid}/
PropertymappingsApi propertymappings_provider_microsoft_entra_update PUT /propertymappings/provider/microsoft_entra/{pm_uuid}/
PropertymappingsApi propertymappings_provider_microsoft_entra_used_by_list GET /propertymappings/provider/microsoft_entra/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_provider_rac_create POST /propertymappings/provider/rac/
PropertymappingsApi propertymappings_provider_rac_destroy DELETE /propertymappings/provider/rac/{pm_uuid}/
PropertymappingsApi propertymappings_provider_rac_list GET /propertymappings/provider/rac/
PropertymappingsApi propertymappings_provider_rac_partial_update PATCH /propertymappings/provider/rac/{pm_uuid}/
PropertymappingsApi propertymappings_provider_rac_retrieve GET /propertymappings/provider/rac/{pm_uuid}/
PropertymappingsApi propertymappings_provider_rac_update PUT /propertymappings/provider/rac/{pm_uuid}/
PropertymappingsApi propertymappings_provider_rac_used_by_list GET /propertymappings/provider/rac/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_provider_radius_create POST /propertymappings/provider/radius/
PropertymappingsApi propertymappings_provider_radius_destroy DELETE /propertymappings/provider/radius/{pm_uuid}/
PropertymappingsApi propertymappings_provider_radius_list GET /propertymappings/provider/radius/
PropertymappingsApi propertymappings_provider_radius_partial_update PATCH /propertymappings/provider/radius/{pm_uuid}/
PropertymappingsApi propertymappings_provider_radius_retrieve GET /propertymappings/provider/radius/{pm_uuid}/
PropertymappingsApi propertymappings_provider_radius_update PUT /propertymappings/provider/radius/{pm_uuid}/
PropertymappingsApi propertymappings_provider_radius_used_by_list GET /propertymappings/provider/radius/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_provider_saml_create POST /propertymappings/provider/saml/
PropertymappingsApi propertymappings_provider_saml_destroy DELETE /propertymappings/provider/saml/{pm_uuid}/
PropertymappingsApi propertymappings_provider_saml_list GET /propertymappings/provider/saml/
PropertymappingsApi propertymappings_provider_saml_partial_update PATCH /propertymappings/provider/saml/{pm_uuid}/
PropertymappingsApi propertymappings_provider_saml_retrieve GET /propertymappings/provider/saml/{pm_uuid}/
PropertymappingsApi propertymappings_provider_saml_update PUT /propertymappings/provider/saml/{pm_uuid}/
PropertymappingsApi propertymappings_provider_saml_used_by_list GET /propertymappings/provider/saml/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_provider_scim_create POST /propertymappings/provider/scim/
PropertymappingsApi propertymappings_provider_scim_destroy DELETE /propertymappings/provider/scim/{pm_uuid}/
PropertymappingsApi propertymappings_provider_scim_list GET /propertymappings/provider/scim/
PropertymappingsApi propertymappings_provider_scim_partial_update PATCH /propertymappings/provider/scim/{pm_uuid}/
PropertymappingsApi propertymappings_provider_scim_retrieve GET /propertymappings/provider/scim/{pm_uuid}/
PropertymappingsApi propertymappings_provider_scim_update PUT /propertymappings/provider/scim/{pm_uuid}/
PropertymappingsApi propertymappings_provider_scim_used_by_list GET /propertymappings/provider/scim/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_provider_scope_create POST /propertymappings/provider/scope/
PropertymappingsApi propertymappings_provider_scope_destroy DELETE /propertymappings/provider/scope/{pm_uuid}/
PropertymappingsApi propertymappings_provider_scope_list GET /propertymappings/provider/scope/
PropertymappingsApi propertymappings_provider_scope_partial_update PATCH /propertymappings/provider/scope/{pm_uuid}/
PropertymappingsApi propertymappings_provider_scope_retrieve GET /propertymappings/provider/scope/{pm_uuid}/
PropertymappingsApi propertymappings_provider_scope_update PUT /propertymappings/provider/scope/{pm_uuid}/
PropertymappingsApi propertymappings_provider_scope_used_by_list GET /propertymappings/provider/scope/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_source_kerberos_create POST /propertymappings/source/kerberos/
PropertymappingsApi propertymappings_source_kerberos_destroy DELETE /propertymappings/source/kerberos/{pm_uuid}/
PropertymappingsApi propertymappings_source_kerberos_list GET /propertymappings/source/kerberos/
PropertymappingsApi propertymappings_source_kerberos_partial_update PATCH /propertymappings/source/kerberos/{pm_uuid}/
PropertymappingsApi propertymappings_source_kerberos_retrieve GET /propertymappings/source/kerberos/{pm_uuid}/
PropertymappingsApi propertymappings_source_kerberos_update PUT /propertymappings/source/kerberos/{pm_uuid}/
PropertymappingsApi propertymappings_source_kerberos_used_by_list GET /propertymappings/source/kerberos/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_source_ldap_create POST /propertymappings/source/ldap/
PropertymappingsApi propertymappings_source_ldap_destroy DELETE /propertymappings/source/ldap/{pm_uuid}/
PropertymappingsApi propertymappings_source_ldap_list GET /propertymappings/source/ldap/
PropertymappingsApi propertymappings_source_ldap_partial_update PATCH /propertymappings/source/ldap/{pm_uuid}/
PropertymappingsApi propertymappings_source_ldap_retrieve GET /propertymappings/source/ldap/{pm_uuid}/
PropertymappingsApi propertymappings_source_ldap_update PUT /propertymappings/source/ldap/{pm_uuid}/
PropertymappingsApi propertymappings_source_ldap_used_by_list GET /propertymappings/source/ldap/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_source_oauth_create POST /propertymappings/source/oauth/
PropertymappingsApi propertymappings_source_oauth_destroy DELETE /propertymappings/source/oauth/{pm_uuid}/
PropertymappingsApi propertymappings_source_oauth_list GET /propertymappings/source/oauth/
PropertymappingsApi propertymappings_source_oauth_partial_update PATCH /propertymappings/source/oauth/{pm_uuid}/
PropertymappingsApi propertymappings_source_oauth_retrieve GET /propertymappings/source/oauth/{pm_uuid}/
PropertymappingsApi propertymappings_source_oauth_update PUT /propertymappings/source/oauth/{pm_uuid}/
PropertymappingsApi propertymappings_source_oauth_used_by_list GET /propertymappings/source/oauth/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_source_plex_create POST /propertymappings/source/plex/
PropertymappingsApi propertymappings_source_plex_destroy DELETE /propertymappings/source/plex/{pm_uuid}/
PropertymappingsApi propertymappings_source_plex_list GET /propertymappings/source/plex/
PropertymappingsApi propertymappings_source_plex_partial_update PATCH /propertymappings/source/plex/{pm_uuid}/
PropertymappingsApi propertymappings_source_plex_retrieve GET /propertymappings/source/plex/{pm_uuid}/
PropertymappingsApi propertymappings_source_plex_update PUT /propertymappings/source/plex/{pm_uuid}/
PropertymappingsApi propertymappings_source_plex_used_by_list GET /propertymappings/source/plex/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_source_saml_create POST /propertymappings/source/saml/
PropertymappingsApi propertymappings_source_saml_destroy DELETE /propertymappings/source/saml/{pm_uuid}/
PropertymappingsApi propertymappings_source_saml_list GET /propertymappings/source/saml/
PropertymappingsApi propertymappings_source_saml_partial_update PATCH /propertymappings/source/saml/{pm_uuid}/
PropertymappingsApi propertymappings_source_saml_retrieve GET /propertymappings/source/saml/{pm_uuid}/
PropertymappingsApi propertymappings_source_saml_update PUT /propertymappings/source/saml/{pm_uuid}/
PropertymappingsApi propertymappings_source_saml_used_by_list GET /propertymappings/source/saml/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_source_scim_create POST /propertymappings/source/scim/
PropertymappingsApi propertymappings_source_scim_destroy DELETE /propertymappings/source/scim/{pm_uuid}/
PropertymappingsApi propertymappings_source_scim_list GET /propertymappings/source/scim/
PropertymappingsApi propertymappings_source_scim_partial_update PATCH /propertymappings/source/scim/{pm_uuid}/
PropertymappingsApi propertymappings_source_scim_retrieve GET /propertymappings/source/scim/{pm_uuid}/
PropertymappingsApi propertymappings_source_scim_update PUT /propertymappings/source/scim/{pm_uuid}/
PropertymappingsApi propertymappings_source_scim_used_by_list GET /propertymappings/source/scim/{pm_uuid}/used_by/
PropertymappingsApi propertymappings_source_telegram_create POST /propertymappings/source/telegram/
PropertymappingsApi propertymappings_source_telegram_destroy DELETE /propertymappings/source/telegram/{pm_uuid}/
PropertymappingsApi propertymappings_source_telegram_list GET /propertymappings/source/telegram/
PropertymappingsApi propertymappings_source_telegram_partial_update PATCH /propertymappings/source/telegram/{pm_uuid}/
PropertymappingsApi propertymappings_source_telegram_retrieve GET /propertymappings/source/telegram/{pm_uuid}/
PropertymappingsApi propertymappings_source_telegram_update PUT /propertymappings/source/telegram/{pm_uuid}/
PropertymappingsApi propertymappings_source_telegram_used_by_list GET /propertymappings/source/telegram/{pm_uuid}/used_by/
ProvidersApi providers_all_destroy DELETE /providers/all/{id}/
ProvidersApi providers_all_list GET /providers/all/
ProvidersApi providers_all_retrieve GET /providers/all/{id}/
ProvidersApi providers_all_types_list GET /providers/all/types/
ProvidersApi providers_all_used_by_list GET /providers/all/{id}/used_by/
ProvidersApi providers_google_workspace_create POST /providers/google_workspace/
ProvidersApi providers_google_workspace_destroy DELETE /providers/google_workspace/{id}/
ProvidersApi providers_google_workspace_groups_create POST /providers/google_workspace_groups/
ProvidersApi providers_google_workspace_groups_destroy DELETE /providers/google_workspace_groups/{id}/
ProvidersApi providers_google_workspace_groups_list GET /providers/google_workspace_groups/
ProvidersApi providers_google_workspace_groups_retrieve GET /providers/google_workspace_groups/{id}/
ProvidersApi providers_google_workspace_groups_used_by_list GET /providers/google_workspace_groups/{id}/used_by/
ProvidersApi providers_google_workspace_list GET /providers/google_workspace/
ProvidersApi providers_google_workspace_partial_update PATCH /providers/google_workspace/{id}/
ProvidersApi providers_google_workspace_retrieve GET /providers/google_workspace/{id}/
ProvidersApi providers_google_workspace_sync_object_create POST /providers/google_workspace/{id}/sync/object/
ProvidersApi providers_google_workspace_sync_status_retrieve GET /providers/google_workspace/{id}/sync/status/
ProvidersApi providers_google_workspace_update PUT /providers/google_workspace/{id}/
ProvidersApi providers_google_workspace_used_by_list GET /providers/google_workspace/{id}/used_by/
ProvidersApi providers_google_workspace_users_create POST /providers/google_workspace_users/
ProvidersApi providers_google_workspace_users_destroy DELETE /providers/google_workspace_users/{id}/
ProvidersApi providers_google_workspace_users_list GET /providers/google_workspace_users/
ProvidersApi providers_google_workspace_users_retrieve GET /providers/google_workspace_users/{id}/
ProvidersApi providers_google_workspace_users_used_by_list GET /providers/google_workspace_users/{id}/used_by/
ProvidersApi providers_ldap_create POST /providers/ldap/
ProvidersApi providers_ldap_destroy DELETE /providers/ldap/{id}/
ProvidersApi providers_ldap_list GET /providers/ldap/
ProvidersApi providers_ldap_partial_update PATCH /providers/ldap/{id}/
ProvidersApi providers_ldap_retrieve GET /providers/ldap/{id}/
ProvidersApi providers_ldap_update PUT /providers/ldap/{id}/
ProvidersApi providers_ldap_used_by_list GET /providers/ldap/{id}/used_by/
ProvidersApi providers_microsoft_entra_create POST /providers/microsoft_entra/
ProvidersApi providers_microsoft_entra_destroy DELETE /providers/microsoft_entra/{id}/
ProvidersApi providers_microsoft_entra_groups_create POST /providers/microsoft_entra_groups/
ProvidersApi providers_microsoft_entra_groups_destroy DELETE /providers/microsoft_entra_groups/{id}/
ProvidersApi providers_microsoft_entra_groups_list GET /providers/microsoft_entra_groups/
ProvidersApi providers_microsoft_entra_groups_retrieve GET /providers/microsoft_entra_groups/{id}/
ProvidersApi providers_microsoft_entra_groups_used_by_list GET /providers/microsoft_entra_groups/{id}/used_by/
ProvidersApi providers_microsoft_entra_list GET /providers/microsoft_entra/
ProvidersApi providers_microsoft_entra_partial_update PATCH /providers/microsoft_entra/{id}/
ProvidersApi providers_microsoft_entra_retrieve GET /providers/microsoft_entra/{id}/
ProvidersApi providers_microsoft_entra_sync_object_create POST /providers/microsoft_entra/{id}/sync/object/
ProvidersApi providers_microsoft_entra_sync_status_retrieve GET /providers/microsoft_entra/{id}/sync/status/
ProvidersApi providers_microsoft_entra_update PUT /providers/microsoft_entra/{id}/
ProvidersApi providers_microsoft_entra_used_by_list GET /providers/microsoft_entra/{id}/used_by/
ProvidersApi providers_microsoft_entra_users_create POST /providers/microsoft_entra_users/
ProvidersApi providers_microsoft_entra_users_destroy DELETE /providers/microsoft_entra_users/{id}/
ProvidersApi providers_microsoft_entra_users_list GET /providers/microsoft_entra_users/
ProvidersApi providers_microsoft_entra_users_retrieve GET /providers/microsoft_entra_users/{id}/
ProvidersApi providers_microsoft_entra_users_used_by_list GET /providers/microsoft_entra_users/{id}/used_by/
ProvidersApi providers_oauth2_create POST /providers/oauth2/
ProvidersApi providers_oauth2_destroy DELETE /providers/oauth2/{id}/
ProvidersApi providers_oauth2_list GET /providers/oauth2/
ProvidersApi providers_oauth2_partial_update PATCH /providers/oauth2/{id}/
ProvidersApi providers_oauth2_preview_user_retrieve GET /providers/oauth2/{id}/preview_user/
ProvidersApi providers_oauth2_retrieve GET /providers/oauth2/{id}/
ProvidersApi providers_oauth2_setup_urls_retrieve GET /providers/oauth2/{id}/setup_urls/
ProvidersApi providers_oauth2_update PUT /providers/oauth2/{id}/
ProvidersApi providers_oauth2_used_by_list GET /providers/oauth2/{id}/used_by/
ProvidersApi providers_proxy_create POST /providers/proxy/
ProvidersApi providers_proxy_destroy DELETE /providers/proxy/{id}/
ProvidersApi providers_proxy_list GET /providers/proxy/
ProvidersApi providers_proxy_partial_update PATCH /providers/proxy/{id}/
ProvidersApi providers_proxy_retrieve GET /providers/proxy/{id}/
ProvidersApi providers_proxy_update PUT /providers/proxy/{id}/
ProvidersApi providers_proxy_used_by_list GET /providers/proxy/{id}/used_by/
ProvidersApi providers_rac_create POST /providers/rac/
ProvidersApi providers_rac_destroy DELETE /providers/rac/{id}/
ProvidersApi providers_rac_list GET /providers/rac/
ProvidersApi providers_rac_partial_update PATCH /providers/rac/{id}/
ProvidersApi providers_rac_retrieve GET /providers/rac/{id}/
ProvidersApi providers_rac_update PUT /providers/rac/{id}/
ProvidersApi providers_rac_used_by_list GET /providers/rac/{id}/used_by/
ProvidersApi providers_radius_create POST /providers/radius/
ProvidersApi providers_radius_destroy DELETE /providers/radius/{id}/
ProvidersApi providers_radius_list GET /providers/radius/
ProvidersApi providers_radius_partial_update PATCH /providers/radius/{id}/
ProvidersApi providers_radius_retrieve GET /providers/radius/{id}/
ProvidersApi providers_radius_update PUT /providers/radius/{id}/
ProvidersApi providers_radius_used_by_list GET /providers/radius/{id}/used_by/
ProvidersApi providers_saml_create POST /providers/saml/
ProvidersApi providers_saml_destroy DELETE /providers/saml/{id}/
ProvidersApi providers_saml_import_metadata_create POST /providers/saml/import_metadata/
ProvidersApi providers_saml_list GET /providers/saml/
ProvidersApi providers_saml_metadata_retrieve GET /providers/saml/{id}/metadata/
ProvidersApi providers_saml_partial_update PATCH /providers/saml/{id}/
ProvidersApi providers_saml_preview_user_retrieve GET /providers/saml/{id}/preview_user/
ProvidersApi providers_saml_retrieve GET /providers/saml/{id}/
ProvidersApi providers_saml_update PUT /providers/saml/{id}/
ProvidersApi providers_saml_used_by_list GET /providers/saml/{id}/used_by/
ProvidersApi providers_scim_create POST /providers/scim/
ProvidersApi providers_scim_destroy DELETE /providers/scim/{id}/
ProvidersApi providers_scim_groups_create POST /providers/scim_groups/
ProvidersApi providers_scim_groups_destroy DELETE /providers/scim_groups/{id}/
ProvidersApi providers_scim_groups_list GET /providers/scim_groups/
ProvidersApi providers_scim_groups_retrieve GET /providers/scim_groups/{id}/
ProvidersApi providers_scim_groups_used_by_list GET /providers/scim_groups/{id}/used_by/
ProvidersApi providers_scim_list GET /providers/scim/
ProvidersApi providers_scim_partial_update PATCH /providers/scim/{id}/
ProvidersApi providers_scim_retrieve GET /providers/scim/{id}/
ProvidersApi providers_scim_sync_object_create POST /providers/scim/{id}/sync/object/
ProvidersApi providers_scim_sync_status_retrieve GET /providers/scim/{id}/sync/status/
ProvidersApi providers_scim_update PUT /providers/scim/{id}/
ProvidersApi providers_scim_used_by_list GET /providers/scim/{id}/used_by/
ProvidersApi providers_scim_users_create POST /providers/scim_users/
ProvidersApi providers_scim_users_destroy DELETE /providers/scim_users/{id}/
ProvidersApi providers_scim_users_list GET /providers/scim_users/
ProvidersApi providers_scim_users_retrieve GET /providers/scim_users/{id}/
ProvidersApi providers_scim_users_used_by_list GET /providers/scim_users/{id}/used_by/
ProvidersApi providers_ssf_create POST /providers/ssf/
ProvidersApi providers_ssf_destroy DELETE /providers/ssf/{id}/
ProvidersApi providers_ssf_list GET /providers/ssf/
ProvidersApi providers_ssf_partial_update PATCH /providers/ssf/{id}/
ProvidersApi providers_ssf_retrieve GET /providers/ssf/{id}/
ProvidersApi providers_ssf_update PUT /providers/ssf/{id}/
ProvidersApi providers_ssf_used_by_list GET /providers/ssf/{id}/used_by/
RacApi rac_connection_tokens_destroy DELETE /rac/connection_tokens/{connection_token_uuid}/
RacApi rac_connection_tokens_list GET /rac/connection_tokens/
RacApi rac_connection_tokens_partial_update PATCH /rac/connection_tokens/{connection_token_uuid}/
RacApi rac_connection_tokens_retrieve GET /rac/connection_tokens/{connection_token_uuid}/
RacApi rac_connection_tokens_update PUT /rac/connection_tokens/{connection_token_uuid}/
RacApi rac_connection_tokens_used_by_list GET /rac/connection_tokens/{connection_token_uuid}/used_by/
RacApi rac_endpoints_create POST /rac/endpoints/
RacApi rac_endpoints_destroy DELETE /rac/endpoints/{pbm_uuid}/
RacApi rac_endpoints_list GET /rac/endpoints/
RacApi rac_endpoints_partial_update PATCH /rac/endpoints/{pbm_uuid}/
RacApi rac_endpoints_retrieve GET /rac/endpoints/{pbm_uuid}/
RacApi rac_endpoints_update PUT /rac/endpoints/{pbm_uuid}/
RacApi rac_endpoints_used_by_list GET /rac/endpoints/{pbm_uuid}/used_by/
RbacApi rbac_initial_permissions_create POST /rbac/initial_permissions/
RbacApi rbac_initial_permissions_destroy DELETE /rbac/initial_permissions/{id}/
RbacApi rbac_initial_permissions_list GET /rbac/initial_permissions/
RbacApi rbac_initial_permissions_partial_update PATCH /rbac/initial_permissions/{id}/
RbacApi rbac_initial_permissions_retrieve GET /rbac/initial_permissions/{id}/
RbacApi rbac_initial_permissions_update PUT /rbac/initial_permissions/{id}/
RbacApi rbac_initial_permissions_used_by_list GET /rbac/initial_permissions/{id}/used_by/
RbacApi rbac_permissions_assigned_by_roles_assign POST /rbac/permissions/assigned_by_roles/{uuid}/assign/
RbacApi rbac_permissions_assigned_by_roles_list GET /rbac/permissions/assigned_by_roles/
RbacApi rbac_permissions_assigned_by_roles_unassign_partial_update PATCH /rbac/permissions/assigned_by_roles/{uuid}/unassign/
RbacApi rbac_permissions_list GET /rbac/permissions/
RbacApi rbac_permissions_retrieve GET /rbac/permissions/{id}/
RbacApi rbac_permissions_roles_list GET /rbac/permissions/roles/
RbacApi rbac_roles_add_user_create POST /rbac/roles/{uuid}/add_user/
RbacApi rbac_roles_create POST /rbac/roles/
RbacApi rbac_roles_destroy DELETE /rbac/roles/{uuid}/
RbacApi rbac_roles_list GET /rbac/roles/
RbacApi rbac_roles_partial_update PATCH /rbac/roles/{uuid}/
RbacApi rbac_roles_remove_user_create POST /rbac/roles/{uuid}/remove_user/
RbacApi rbac_roles_retrieve GET /rbac/roles/{uuid}/
RbacApi rbac_roles_update PUT /rbac/roles/{uuid}/
RbacApi rbac_roles_used_by_list GET /rbac/roles/{uuid}/used_by/
ReportsApi reports_exports_destroy DELETE /reports/exports/{id}/
ReportsApi reports_exports_list GET /reports/exports/
ReportsApi reports_exports_retrieve GET /reports/exports/{id}/
RootApi root_config_retrieve GET /root/config/
SchemaApi schema_retrieve GET /schema/
SourcesApi sources_all_destroy DELETE /sources/all/{slug}/
SourcesApi sources_all_list GET /sources/all/
SourcesApi sources_all_retrieve GET /sources/all/{slug}/
SourcesApi sources_all_types_list GET /sources/all/types/
SourcesApi sources_all_used_by_list GET /sources/all/{slug}/used_by/
SourcesApi sources_all_user_settings_list GET /sources/all/user_settings/
SourcesApi sources_group_connections_all_destroy DELETE /sources/group_connections/all/{id}/
SourcesApi sources_group_connections_all_list GET /sources/group_connections/all/
SourcesApi sources_group_connections_all_partial_update PATCH /sources/group_connections/all/{id}/
SourcesApi sources_group_connections_all_retrieve GET /sources/group_connections/all/{id}/
SourcesApi sources_group_connections_all_update PUT /sources/group_connections/all/{id}/
SourcesApi sources_group_connections_all_used_by_list GET /sources/group_connections/all/{id}/used_by/
SourcesApi sources_group_connections_kerberos_create POST /sources/group_connections/kerberos/
SourcesApi sources_group_connections_kerberos_destroy DELETE /sources/group_connections/kerberos/{id}/
SourcesApi sources_group_connections_kerberos_list GET /sources/group_connections/kerberos/
SourcesApi sources_group_connections_kerberos_partial_update PATCH /sources/group_connections/kerberos/{id}/
SourcesApi sources_group_connections_kerberos_retrieve GET /sources/group_connections/kerberos/{id}/
SourcesApi sources_group_connections_kerberos_update PUT /sources/group_connections/kerberos/{id}/
SourcesApi sources_group_connections_kerberos_used_by_list GET /sources/group_connections/kerberos/{id}/used_by/
SourcesApi sources_group_connections_ldap_create POST /sources/group_connections/ldap/
SourcesApi sources_group_connections_ldap_destroy DELETE /sources/group_connections/ldap/{id}/
SourcesApi sources_group_connections_ldap_list GET /sources/group_connections/ldap/
SourcesApi sources_group_connections_ldap_partial_update PATCH /sources/group_connections/ldap/{id}/
SourcesApi sources_group_connections_ldap_retrieve GET /sources/group_connections/ldap/{id}/
SourcesApi sources_group_connections_ldap_update PUT /sources/group_connections/ldap/{id}/
SourcesApi sources_group_connections_ldap_used_by_list GET /sources/group_connections/ldap/{id}/used_by/
SourcesApi sources_group_connections_oauth_create POST /sources/group_connections/oauth/
SourcesApi sources_group_connections_oauth_destroy DELETE /sources/group_connections/oauth/{id}/
SourcesApi sources_group_connections_oauth_list GET /sources/group_connections/oauth/
SourcesApi sources_group_connections_oauth_partial_update PATCH /sources/group_connections/oauth/{id}/
SourcesApi sources_group_connections_oauth_retrieve GET /sources/group_connections/oauth/{id}/
SourcesApi sources_group_connections_oauth_update PUT /sources/group_connections/oauth/{id}/
SourcesApi sources_group_connections_oauth_used_by_list GET /sources/group_connections/oauth/{id}/used_by/
SourcesApi sources_group_connections_plex_create POST /sources/group_connections/plex/
SourcesApi sources_group_connections_plex_destroy DELETE /sources/group_connections/plex/{id}/
SourcesApi sources_group_connections_plex_list GET /sources/group_connections/plex/
SourcesApi sources_group_connections_plex_partial_update PATCH /sources/group_connections/plex/{id}/
SourcesApi sources_group_connections_plex_retrieve GET /sources/group_connections/plex/{id}/
SourcesApi sources_group_connections_plex_update PUT /sources/group_connections/plex/{id}/
SourcesApi sources_group_connections_plex_used_by_list GET /sources/group_connections/plex/{id}/used_by/
SourcesApi sources_group_connections_saml_create POST /sources/group_connections/saml/
SourcesApi sources_group_connections_saml_destroy DELETE /sources/group_connections/saml/{id}/
SourcesApi sources_group_connections_saml_list GET /sources/group_connections/saml/
SourcesApi sources_group_connections_saml_partial_update PATCH /sources/group_connections/saml/{id}/
SourcesApi sources_group_connections_saml_retrieve GET /sources/group_connections/saml/{id}/
SourcesApi sources_group_connections_saml_update PUT /sources/group_connections/saml/{id}/
SourcesApi sources_group_connections_saml_used_by_list GET /sources/group_connections/saml/{id}/used_by/
SourcesApi sources_group_connections_telegram_create POST /sources/group_connections/telegram/
SourcesApi sources_group_connections_telegram_destroy DELETE /sources/group_connections/telegram/{id}/
SourcesApi sources_group_connections_telegram_list GET /sources/group_connections/telegram/
SourcesApi sources_group_connections_telegram_partial_update PATCH /sources/group_connections/telegram/{id}/
SourcesApi sources_group_connections_telegram_retrieve GET /sources/group_connections/telegram/{id}/
SourcesApi sources_group_connections_telegram_update PUT /sources/group_connections/telegram/{id}/
SourcesApi sources_group_connections_telegram_used_by_list GET /sources/group_connections/telegram/{id}/used_by/
SourcesApi sources_kerberos_create POST /sources/kerberos/
SourcesApi sources_kerberos_destroy DELETE /sources/kerberos/{slug}/
SourcesApi sources_kerberos_list GET /sources/kerberos/
SourcesApi sources_kerberos_partial_update PATCH /sources/kerberos/{slug}/
SourcesApi sources_kerberos_retrieve GET /sources/kerberos/{slug}/
SourcesApi sources_kerberos_sync_status_retrieve GET /sources/kerberos/{slug}/sync/status/
SourcesApi sources_kerberos_update PUT /sources/kerberos/{slug}/
SourcesApi sources_kerberos_used_by_list GET /sources/kerberos/{slug}/used_by/
SourcesApi sources_ldap_create POST /sources/ldap/
SourcesApi sources_ldap_debug_retrieve GET /sources/ldap/{slug}/debug/
SourcesApi sources_ldap_destroy DELETE /sources/ldap/{slug}/
SourcesApi sources_ldap_list GET /sources/ldap/
SourcesApi sources_ldap_partial_update PATCH /sources/ldap/{slug}/
SourcesApi sources_ldap_retrieve GET /sources/ldap/{slug}/
SourcesApi sources_ldap_sync_status_retrieve GET /sources/ldap/{slug}/sync/status/
SourcesApi sources_ldap_update PUT /sources/ldap/{slug}/
SourcesApi sources_ldap_used_by_list GET /sources/ldap/{slug}/used_by/
SourcesApi sources_oauth_create POST /sources/oauth/
SourcesApi sources_oauth_destroy DELETE /sources/oauth/{slug}/
SourcesApi sources_oauth_list GET /sources/oauth/
SourcesApi sources_oauth_partial_update PATCH /sources/oauth/{slug}/
SourcesApi sources_oauth_retrieve GET /sources/oauth/{slug}/
SourcesApi sources_oauth_source_types_list GET /sources/oauth/source_types/
SourcesApi sources_oauth_update PUT /sources/oauth/{slug}/
SourcesApi sources_oauth_used_by_list GET /sources/oauth/{slug}/used_by/
SourcesApi sources_plex_create POST /sources/plex/
SourcesApi sources_plex_destroy DELETE /sources/plex/{slug}/
SourcesApi sources_plex_list GET /sources/plex/
SourcesApi sources_plex_partial_update PATCH /sources/plex/{slug}/
SourcesApi sources_plex_redeem_token_authenticated_create POST /sources/plex/redeem_token_authenticated/
SourcesApi sources_plex_redeem_token_create POST /sources/plex/redeem_token/
SourcesApi sources_plex_retrieve GET /sources/plex/{slug}/
SourcesApi sources_plex_update PUT /sources/plex/{slug}/
SourcesApi sources_plex_used_by_list GET /sources/plex/{slug}/used_by/
SourcesApi sources_saml_create POST /sources/saml/
SourcesApi sources_saml_destroy DELETE /sources/saml/{slug}/
SourcesApi sources_saml_list GET /sources/saml/
SourcesApi sources_saml_metadata_retrieve GET /sources/saml/{slug}/metadata/
SourcesApi sources_saml_partial_update PATCH /sources/saml/{slug}/
SourcesApi sources_saml_retrieve GET /sources/saml/{slug}/
SourcesApi sources_saml_update PUT /sources/saml/{slug}/
SourcesApi sources_saml_used_by_list GET /sources/saml/{slug}/used_by/
SourcesApi sources_scim_create POST /sources/scim/
SourcesApi sources_scim_destroy DELETE /sources/scim/{slug}/
SourcesApi sources_scim_groups_create POST /sources/scim_groups/
SourcesApi sources_scim_groups_destroy DELETE /sources/scim_groups/{id}/
SourcesApi sources_scim_groups_list GET /sources/scim_groups/
SourcesApi sources_scim_groups_partial_update PATCH /sources/scim_groups/{id}/
SourcesApi sources_scim_groups_retrieve GET /sources/scim_groups/{id}/
SourcesApi sources_scim_groups_update PUT /sources/scim_groups/{id}/
SourcesApi sources_scim_groups_used_by_list GET /sources/scim_groups/{id}/used_by/
SourcesApi sources_scim_list GET /sources/scim/
SourcesApi sources_scim_partial_update PATCH /sources/scim/{slug}/
SourcesApi sources_scim_retrieve GET /sources/scim/{slug}/
SourcesApi sources_scim_update PUT /sources/scim/{slug}/
SourcesApi sources_scim_used_by_list GET /sources/scim/{slug}/used_by/
SourcesApi sources_scim_users_create POST /sources/scim_users/
SourcesApi sources_scim_users_destroy DELETE /sources/scim_users/{id}/
SourcesApi sources_scim_users_list GET /sources/scim_users/
SourcesApi sources_scim_users_partial_update PATCH /sources/scim_users/{id}/
SourcesApi sources_scim_users_retrieve GET /sources/scim_users/{id}/
SourcesApi sources_scim_users_update PUT /sources/scim_users/{id}/
SourcesApi sources_scim_users_used_by_list GET /sources/scim_users/{id}/used_by/
SourcesApi sources_telegram_connect_user_create POST /sources/telegram/{slug}/connect_user/
SourcesApi sources_telegram_create POST /sources/telegram/
SourcesApi sources_telegram_destroy DELETE /sources/telegram/{slug}/
SourcesApi sources_telegram_list GET /sources/telegram/
SourcesApi sources_telegram_partial_update PATCH /sources/telegram/{slug}/
SourcesApi sources_telegram_retrieve GET /sources/telegram/{slug}/
SourcesApi sources_telegram_update PUT /sources/telegram/{slug}/
SourcesApi sources_telegram_used_by_list GET /sources/telegram/{slug}/used_by/
SourcesApi sources_user_connections_all_destroy DELETE /sources/user_connections/all/{id}/
SourcesApi sources_user_connections_all_list GET /sources/user_connections/all/
SourcesApi sources_user_connections_all_partial_update PATCH /sources/user_connections/all/{id}/
SourcesApi sources_user_connections_all_retrieve GET /sources/user_connections/all/{id}/
SourcesApi sources_user_connections_all_update PUT /sources/user_connections/all/{id}/
SourcesApi sources_user_connections_all_used_by_list GET /sources/user_connections/all/{id}/used_by/
SourcesApi sources_user_connections_kerberos_create POST /sources/user_connections/kerberos/
SourcesApi sources_user_connections_kerberos_destroy DELETE /sources/user_connections/kerberos/{id}/
SourcesApi sources_user_connections_kerberos_list GET /sources/user_connections/kerberos/
SourcesApi sources_user_connections_kerberos_partial_update PATCH /sources/user_connections/kerberos/{id}/
SourcesApi sources_user_connections_kerberos_retrieve GET /sources/user_connections/kerberos/{id}/
SourcesApi sources_user_connections_kerberos_update PUT /sources/user_connections/kerberos/{id}/
SourcesApi sources_user_connections_kerberos_used_by_list GET /sources/user_connections/kerberos/{id}/used_by/
SourcesApi sources_user_connections_ldap_create POST /sources/user_connections/ldap/
SourcesApi sources_user_connections_ldap_destroy DELETE /sources/user_connections/ldap/{id}/
SourcesApi sources_user_connections_ldap_list GET /sources/user_connections/ldap/
SourcesApi sources_user_connections_ldap_partial_update PATCH /sources/user_connections/ldap/{id}/
SourcesApi sources_user_connections_ldap_retrieve GET /sources/user_connections/ldap/{id}/
SourcesApi sources_user_connections_ldap_update PUT /sources/user_connections/ldap/{id}/
SourcesApi sources_user_connections_ldap_used_by_list GET /sources/user_connections/ldap/{id}/used_by/
SourcesApi sources_user_connections_oauth_create POST /sources/user_connections/oauth/
SourcesApi sources_user_connections_oauth_destroy DELETE /sources/user_connections/oauth/{id}/
SourcesApi sources_user_connections_oauth_list GET /sources/user_connections/oauth/
SourcesApi sources_user_connections_oauth_partial_update PATCH /sources/user_connections/oauth/{id}/
SourcesApi sources_user_connections_oauth_retrieve GET /sources/user_connections/oauth/{id}/
SourcesApi sources_user_connections_oauth_update PUT /sources/user_connections/oauth/{id}/
SourcesApi sources_user_connections_oauth_used_by_list GET /sources/user_connections/oauth/{id}/used_by/
SourcesApi sources_user_connections_plex_create POST /sources/user_connections/plex/
SourcesApi sources_user_connections_plex_destroy DELETE /sources/user_connections/plex/{id}/
SourcesApi sources_user_connections_plex_list GET /sources/user_connections/plex/
SourcesApi sources_user_connections_plex_partial_update PATCH /sources/user_connections/plex/{id}/
SourcesApi sources_user_connections_plex_retrieve GET /sources/user_connections/plex/{id}/
SourcesApi sources_user_connections_plex_update PUT /sources/user_connections/plex/{id}/
SourcesApi sources_user_connections_plex_used_by_list GET /sources/user_connections/plex/{id}/used_by/
SourcesApi sources_user_connections_saml_create POST /sources/user_connections/saml/
SourcesApi sources_user_connections_saml_destroy DELETE /sources/user_connections/saml/{id}/
SourcesApi sources_user_connections_saml_list GET /sources/user_connections/saml/
SourcesApi sources_user_connections_saml_partial_update PATCH /sources/user_connections/saml/{id}/
SourcesApi sources_user_connections_saml_retrieve GET /sources/user_connections/saml/{id}/
SourcesApi sources_user_connections_saml_update PUT /sources/user_connections/saml/{id}/
SourcesApi sources_user_connections_saml_used_by_list GET /sources/user_connections/saml/{id}/used_by/
SourcesApi sources_user_connections_telegram_create POST /sources/user_connections/telegram/
SourcesApi sources_user_connections_telegram_destroy DELETE /sources/user_connections/telegram/{id}/
SourcesApi sources_user_connections_telegram_list GET /sources/user_connections/telegram/
SourcesApi sources_user_connections_telegram_partial_update PATCH /sources/user_connections/telegram/{id}/
SourcesApi sources_user_connections_telegram_retrieve GET /sources/user_connections/telegram/{id}/
SourcesApi sources_user_connections_telegram_update PUT /sources/user_connections/telegram/{id}/
SourcesApi sources_user_connections_telegram_used_by_list GET /sources/user_connections/telegram/{id}/used_by/
SsfApi ssf_streams_list GET /ssf/streams/
SsfApi ssf_streams_retrieve GET /ssf/streams/{uuid}/
StagesApi stages_all_destroy DELETE /stages/all/{stage_uuid}/
StagesApi stages_all_list GET /stages/all/
StagesApi stages_all_retrieve GET /stages/all/{stage_uuid}/
StagesApi stages_all_types_list GET /stages/all/types/
StagesApi stages_all_used_by_list GET /stages/all/{stage_uuid}/used_by/
StagesApi stages_all_user_settings_list GET /stages/all/user_settings/
StagesApi stages_authenticator_duo_create POST /stages/authenticator/duo/
StagesApi stages_authenticator_duo_destroy DELETE /stages/authenticator/duo/{stage_uuid}/
StagesApi stages_authenticator_duo_enrollment_status_create POST /stages/authenticator/duo/{stage_uuid}/enrollment_status/
StagesApi stages_authenticator_duo_import_device_manual_create POST /stages/authenticator/duo/{stage_uuid}/import_device_manual/
StagesApi stages_authenticator_duo_import_devices_automatic_create POST /stages/authenticator/duo/{stage_uuid}/import_devices_automatic/
StagesApi stages_authenticator_duo_list GET /stages/authenticator/duo/
StagesApi stages_authenticator_duo_partial_update PATCH /stages/authenticator/duo/{stage_uuid}/
StagesApi stages_authenticator_duo_retrieve GET /stages/authenticator/duo/{stage_uuid}/
StagesApi stages_authenticator_duo_update PUT /stages/authenticator/duo/{stage_uuid}/
StagesApi stages_authenticator_duo_used_by_list GET /stages/authenticator/duo/{stage_uuid}/used_by/
StagesApi stages_authenticator_email_create POST /stages/authenticator/email/
StagesApi stages_authenticator_email_destroy DELETE /stages/authenticator/email/{stage_uuid}/
StagesApi stages_authenticator_email_list GET /stages/authenticator/email/
StagesApi stages_authenticator_email_partial_update PATCH /stages/authenticator/email/{stage_uuid}/
StagesApi stages_authenticator_email_retrieve GET /stages/authenticator/email/{stage_uuid}/
StagesApi stages_authenticator_email_update PUT /stages/authenticator/email/{stage_uuid}/
StagesApi stages_authenticator_email_used_by_list GET /stages/authenticator/email/{stage_uuid}/used_by/
StagesApi stages_authenticator_endpoint_gdtc_create POST /stages/authenticator/endpoint_gdtc/
StagesApi stages_authenticator_endpoint_gdtc_destroy DELETE /stages/authenticator/endpoint_gdtc/{stage_uuid}/
StagesApi stages_authenticator_endpoint_gdtc_list GET /stages/authenticator/endpoint_gdtc/
StagesApi stages_authenticator_endpoint_gdtc_partial_update PATCH /stages/authenticator/endpoint_gdtc/{stage_uuid}/
StagesApi stages_authenticator_endpoint_gdtc_retrieve GET /stages/authenticator/endpoint_gdtc/{stage_uuid}/
StagesApi stages_authenticator_endpoint_gdtc_update PUT /stages/authenticator/endpoint_gdtc/{stage_uuid}/
StagesApi stages_authenticator_endpoint_gdtc_used_by_list GET /stages/authenticator/endpoint_gdtc/{stage_uuid}/used_by/
StagesApi stages_authenticator_sms_create POST /stages/authenticator/sms/
StagesApi stages_authenticator_sms_destroy DELETE /stages/authenticator/sms/{stage_uuid}/
StagesApi stages_authenticator_sms_list GET /stages/authenticator/sms/
StagesApi stages_authenticator_sms_partial_update PATCH /stages/authenticator/sms/{stage_uuid}/
StagesApi stages_authenticator_sms_retrieve GET /stages/authenticator/sms/{stage_uuid}/
StagesApi stages_authenticator_sms_update PUT /stages/authenticator/sms/{stage_uuid}/
StagesApi stages_authenticator_sms_used_by_list GET /stages/authenticator/sms/{stage_uuid}/used_by/
StagesApi stages_authenticator_static_create POST /stages/authenticator/static/
StagesApi stages_authenticator_static_destroy DELETE /stages/authenticator/static/{stage_uuid}/
StagesApi stages_authenticator_static_list GET /stages/authenticator/static/
StagesApi stages_authenticator_static_partial_update PATCH /stages/authenticator/static/{stage_uuid}/
StagesApi stages_authenticator_static_retrieve GET /stages/authenticator/static/{stage_uuid}/
StagesApi stages_authenticator_static_update PUT /stages/authenticator/static/{stage_uuid}/
StagesApi stages_authenticator_static_used_by_list GET /stages/authenticator/static/{stage_uuid}/used_by/
StagesApi stages_authenticator_totp_create POST /stages/authenticator/totp/
StagesApi stages_authenticator_totp_destroy DELETE /stages/authenticator/totp/{stage_uuid}/
StagesApi stages_authenticator_totp_list GET /stages/authenticator/totp/
StagesApi stages_authenticator_totp_partial_update PATCH /stages/authenticator/totp/{stage_uuid}/
StagesApi stages_authenticator_totp_retrieve GET /stages/authenticator/totp/{stage_uuid}/
StagesApi stages_authenticator_totp_update PUT /stages/authenticator/totp/{stage_uuid}/
StagesApi stages_authenticator_totp_used_by_list GET /stages/authenticator/totp/{stage_uuid}/used_by/
StagesApi stages_authenticator_validate_create POST /stages/authenticator/validate/
StagesApi stages_authenticator_validate_destroy DELETE /stages/authenticator/validate/{stage_uuid}/
StagesApi stages_authenticator_validate_list GET /stages/authenticator/validate/
StagesApi stages_authenticator_validate_partial_update PATCH /stages/authenticator/validate/{stage_uuid}/
StagesApi stages_authenticator_validate_retrieve GET /stages/authenticator/validate/{stage_uuid}/
StagesApi stages_authenticator_validate_update PUT /stages/authenticator/validate/{stage_uuid}/
StagesApi stages_authenticator_validate_used_by_list GET /stages/authenticator/validate/{stage_uuid}/used_by/
StagesApi stages_authenticator_webauthn_create POST /stages/authenticator/webauthn/
StagesApi stages_authenticator_webauthn_destroy DELETE /stages/authenticator/webauthn/{stage_uuid}/
StagesApi stages_authenticator_webauthn_device_types_list GET /stages/authenticator/webauthn_device_types/
StagesApi stages_authenticator_webauthn_device_types_retrieve GET /stages/authenticator/webauthn_device_types/{aaguid}/
StagesApi stages_authenticator_webauthn_list GET /stages/authenticator/webauthn/
StagesApi stages_authenticator_webauthn_partial_update PATCH /stages/authenticator/webauthn/{stage_uuid}/
StagesApi stages_authenticator_webauthn_retrieve GET /stages/authenticator/webauthn/{stage_uuid}/
StagesApi stages_authenticator_webauthn_update PUT /stages/authenticator/webauthn/{stage_uuid}/
StagesApi stages_authenticator_webauthn_used_by_list GET /stages/authenticator/webauthn/{stage_uuid}/used_by/
StagesApi stages_captcha_create POST /stages/captcha/
StagesApi stages_captcha_destroy DELETE /stages/captcha/{stage_uuid}/
StagesApi stages_captcha_list GET /stages/captcha/
StagesApi stages_captcha_partial_update PATCH /stages/captcha/{stage_uuid}/
StagesApi stages_captcha_retrieve GET /stages/captcha/{stage_uuid}/
StagesApi stages_captcha_update PUT /stages/captcha/{stage_uuid}/
StagesApi stages_captcha_used_by_list GET /stages/captcha/{stage_uuid}/used_by/
StagesApi stages_consent_create POST /stages/consent/
StagesApi stages_consent_destroy DELETE /stages/consent/{stage_uuid}/
StagesApi stages_consent_list GET /stages/consent/
StagesApi stages_consent_partial_update PATCH /stages/consent/{stage_uuid}/
StagesApi stages_consent_retrieve GET /stages/consent/{stage_uuid}/
StagesApi stages_consent_update PUT /stages/consent/{stage_uuid}/
StagesApi stages_consent_used_by_list GET /stages/consent/{stage_uuid}/used_by/
StagesApi stages_deny_create POST /stages/deny/
StagesApi stages_deny_destroy DELETE /stages/deny/{stage_uuid}/
StagesApi stages_deny_list GET /stages/deny/
StagesApi stages_deny_partial_update PATCH /stages/deny/{stage_uuid}/
StagesApi stages_deny_retrieve GET /stages/deny/{stage_uuid}/
StagesApi stages_deny_update PUT /stages/deny/{stage_uuid}/
StagesApi stages_deny_used_by_list GET /stages/deny/{stage_uuid}/used_by/
StagesApi stages_dummy_create POST /stages/dummy/
StagesApi stages_dummy_destroy DELETE /stages/dummy/{stage_uuid}/
StagesApi stages_dummy_list GET /stages/dummy/
StagesApi stages_dummy_partial_update PATCH /stages/dummy/{stage_uuid}/
StagesApi stages_dummy_retrieve GET /stages/dummy/{stage_uuid}/
StagesApi stages_dummy_update PUT /stages/dummy/{stage_uuid}/
StagesApi stages_dummy_used_by_list GET /stages/dummy/{stage_uuid}/used_by/
StagesApi stages_email_create POST /stages/email/
StagesApi stages_email_destroy DELETE /stages/email/{stage_uuid}/
StagesApi stages_email_list GET /stages/email/
StagesApi stages_email_partial_update PATCH /stages/email/{stage_uuid}/
StagesApi stages_email_retrieve GET /stages/email/{stage_uuid}/
StagesApi stages_email_templates_list GET /stages/email/templates/
StagesApi stages_email_update PUT /stages/email/{stage_uuid}/
StagesApi stages_email_used_by_list GET /stages/email/{stage_uuid}/used_by/
StagesApi stages_endpoints_create POST /stages/endpoints/
StagesApi stages_endpoints_destroy DELETE /stages/endpoints/{stage_uuid}/
StagesApi stages_endpoints_list GET /stages/endpoints/
StagesApi stages_endpoints_partial_update PATCH /stages/endpoints/{stage_uuid}/
StagesApi stages_endpoints_retrieve GET /stages/endpoints/{stage_uuid}/
StagesApi stages_endpoints_update PUT /stages/endpoints/{stage_uuid}/
StagesApi stages_endpoints_used_by_list GET /stages/endpoints/{stage_uuid}/used_by/
StagesApi stages_identification_create POST /stages/identification/
StagesApi stages_identification_destroy DELETE /stages/identification/{stage_uuid}/
StagesApi stages_identification_list GET /stages/identification/
StagesApi stages_identification_partial_update PATCH /stages/identification/{stage_uuid}/
StagesApi stages_identification_retrieve GET /stages/identification/{stage_uuid}/
StagesApi stages_identification_update PUT /stages/identification/{stage_uuid}/
StagesApi stages_identification_used_by_list GET /stages/identification/{stage_uuid}/used_by/
StagesApi stages_invitation_invitations_create POST /stages/invitation/invitations/
StagesApi stages_invitation_invitations_destroy DELETE /stages/invitation/invitations/{invite_uuid}/
StagesApi stages_invitation_invitations_list GET /stages/invitation/invitations/
StagesApi stages_invitation_invitations_partial_update PATCH /stages/invitation/invitations/{invite_uuid}/
StagesApi stages_invitation_invitations_retrieve GET /stages/invitation/invitations/{invite_uuid}/
StagesApi stages_invitation_invitations_update PUT /stages/invitation/invitations/{invite_uuid}/
StagesApi stages_invitation_invitations_used_by_list GET /stages/invitation/invitations/{invite_uuid}/used_by/
StagesApi stages_invitation_stages_create POST /stages/invitation/stages/
StagesApi stages_invitation_stages_destroy DELETE /stages/invitation/stages/{stage_uuid}/
StagesApi stages_invitation_stages_list GET /stages/invitation/stages/
StagesApi stages_invitation_stages_partial_update PATCH /stages/invitation/stages/{stage_uuid}/
StagesApi stages_invitation_stages_retrieve GET /stages/invitation/stages/{stage_uuid}/
StagesApi stages_invitation_stages_update PUT /stages/invitation/stages/{stage_uuid}/
StagesApi stages_invitation_stages_used_by_list GET /stages/invitation/stages/{stage_uuid}/used_by/
StagesApi stages_mtls_create POST /stages/mtls/
StagesApi stages_mtls_destroy DELETE /stages/mtls/{stage_uuid}/
StagesApi stages_mtls_list GET /stages/mtls/
StagesApi stages_mtls_partial_update PATCH /stages/mtls/{stage_uuid}/
StagesApi stages_mtls_retrieve GET /stages/mtls/{stage_uuid}/
StagesApi stages_mtls_update PUT /stages/mtls/{stage_uuid}/
StagesApi stages_mtls_used_by_list GET /stages/mtls/{stage_uuid}/used_by/
StagesApi stages_password_create POST /stages/password/
StagesApi stages_password_destroy DELETE /stages/password/{stage_uuid}/
StagesApi stages_password_list GET /stages/password/
StagesApi stages_password_partial_update PATCH /stages/password/{stage_uuid}/
StagesApi stages_password_retrieve GET /stages/password/{stage_uuid}/
StagesApi stages_password_update PUT /stages/password/{stage_uuid}/
StagesApi stages_password_used_by_list GET /stages/password/{stage_uuid}/used_by/
StagesApi stages_prompt_prompts_create POST /stages/prompt/prompts/
StagesApi stages_prompt_prompts_destroy DELETE /stages/prompt/prompts/{prompt_uuid}/
StagesApi stages_prompt_prompts_list GET /stages/prompt/prompts/
StagesApi stages_prompt_prompts_partial_update PATCH /stages/prompt/prompts/{prompt_uuid}/
StagesApi stages_prompt_prompts_preview_create POST /stages/prompt/prompts/preview/
StagesApi stages_prompt_prompts_retrieve GET /stages/prompt/prompts/{prompt_uuid}/
StagesApi stages_prompt_prompts_update PUT /stages/prompt/prompts/{prompt_uuid}/
StagesApi stages_prompt_prompts_used_by_list GET /stages/prompt/prompts/{prompt_uuid}/used_by/
StagesApi stages_prompt_stages_create POST /stages/prompt/stages/
StagesApi stages_prompt_stages_destroy DELETE /stages/prompt/stages/{stage_uuid}/
StagesApi stages_prompt_stages_list GET /stages/prompt/stages/
StagesApi stages_prompt_stages_partial_update PATCH /stages/prompt/stages/{stage_uuid}/
StagesApi stages_prompt_stages_retrieve GET /stages/prompt/stages/{stage_uuid}/
StagesApi stages_prompt_stages_update PUT /stages/prompt/stages/{stage_uuid}/
StagesApi stages_prompt_stages_used_by_list GET /stages/prompt/stages/{stage_uuid}/used_by/
StagesApi stages_redirect_create POST /stages/redirect/
StagesApi stages_redirect_destroy DELETE /stages/redirect/{stage_uuid}/
StagesApi stages_redirect_list GET /stages/redirect/
StagesApi stages_redirect_partial_update PATCH /stages/redirect/{stage_uuid}/
StagesApi stages_redirect_retrieve GET /stages/redirect/{stage_uuid}/
StagesApi stages_redirect_update PUT /stages/redirect/{stage_uuid}/
StagesApi stages_redirect_used_by_list GET /stages/redirect/{stage_uuid}/used_by/
StagesApi stages_source_create POST /stages/source/
StagesApi stages_source_destroy DELETE /stages/source/{stage_uuid}/
StagesApi stages_source_list GET /stages/source/
StagesApi stages_source_partial_update PATCH /stages/source/{stage_uuid}/
StagesApi stages_source_retrieve GET /stages/source/{stage_uuid}/
StagesApi stages_source_update PUT /stages/source/{stage_uuid}/
StagesApi stages_source_used_by_list GET /stages/source/{stage_uuid}/used_by/
StagesApi stages_user_delete_create POST /stages/user_delete/
StagesApi stages_user_delete_destroy DELETE /stages/user_delete/{stage_uuid}/
StagesApi stages_user_delete_list GET /stages/user_delete/
StagesApi stages_user_delete_partial_update PATCH /stages/user_delete/{stage_uuid}/
StagesApi stages_user_delete_retrieve GET /stages/user_delete/{stage_uuid}/
StagesApi stages_user_delete_update PUT /stages/user_delete/{stage_uuid}/
StagesApi stages_user_delete_used_by_list GET /stages/user_delete/{stage_uuid}/used_by/
StagesApi stages_user_login_create POST /stages/user_login/
StagesApi stages_user_login_destroy DELETE /stages/user_login/{stage_uuid}/
StagesApi stages_user_login_list GET /stages/user_login/
StagesApi stages_user_login_partial_update PATCH /stages/user_login/{stage_uuid}/
StagesApi stages_user_login_retrieve GET /stages/user_login/{stage_uuid}/
StagesApi stages_user_login_update PUT /stages/user_login/{stage_uuid}/
StagesApi stages_user_login_used_by_list GET /stages/user_login/{stage_uuid}/used_by/
StagesApi stages_user_logout_create POST /stages/user_logout/
StagesApi stages_user_logout_destroy DELETE /stages/user_logout/{stage_uuid}/
StagesApi stages_user_logout_list GET /stages/user_logout/
StagesApi stages_user_logout_partial_update PATCH /stages/user_logout/{stage_uuid}/
StagesApi stages_user_logout_retrieve GET /stages/user_logout/{stage_uuid}/
StagesApi stages_user_logout_update PUT /stages/user_logout/{stage_uuid}/
StagesApi stages_user_logout_used_by_list GET /stages/user_logout/{stage_uuid}/used_by/
StagesApi stages_user_write_create POST /stages/user_write/
StagesApi stages_user_write_destroy DELETE /stages/user_write/{stage_uuid}/
StagesApi stages_user_write_list GET /stages/user_write/
StagesApi stages_user_write_partial_update PATCH /stages/user_write/{stage_uuid}/
StagesApi stages_user_write_retrieve GET /stages/user_write/{stage_uuid}/
StagesApi stages_user_write_update PUT /stages/user_write/{stage_uuid}/
StagesApi stages_user_write_used_by_list GET /stages/user_write/{stage_uuid}/used_by/
TasksApi tasks_schedules_list GET /tasks/schedules/
TasksApi tasks_schedules_partial_update PATCH /tasks/schedules/{id}/
TasksApi tasks_schedules_retrieve GET /tasks/schedules/{id}/
TasksApi tasks_schedules_send_create POST /tasks/schedules/{id}/send/
TasksApi tasks_schedules_update PUT /tasks/schedules/{id}/
TasksApi tasks_tasks_list GET /tasks/tasks/
TasksApi tasks_tasks_retrieve GET /tasks/tasks/{message_id}/
TasksApi tasks_tasks_retry_create POST /tasks/tasks/{message_id}/retry/
TasksApi tasks_tasks_status_retrieve GET /tasks/tasks/status/
TasksApi tasks_workers_list GET /tasks/workers
TenantsApi tenants_domains_create POST /tenants/domains/
TenantsApi tenants_domains_destroy DELETE /tenants/domains/{id}/
TenantsApi tenants_domains_list GET /tenants/domains/
TenantsApi tenants_domains_partial_update PATCH /tenants/domains/{id}/
TenantsApi tenants_domains_retrieve GET /tenants/domains/{id}/
TenantsApi tenants_domains_update PUT /tenants/domains/{id}/
TenantsApi tenants_tenants_create POST /tenants/tenants/
TenantsApi tenants_tenants_create_admin_group_create POST /tenants/tenants/{tenant_uuid}/create_admin_group/
TenantsApi tenants_tenants_create_recovery_key_create POST /tenants/tenants/{tenant_uuid}/create_recovery_key/
TenantsApi tenants_tenants_destroy DELETE /tenants/tenants/{tenant_uuid}/
TenantsApi tenants_tenants_list GET /tenants/tenants/
TenantsApi tenants_tenants_partial_update PATCH /tenants/tenants/{tenant_uuid}/
TenantsApi tenants_tenants_retrieve GET /tenants/tenants/{tenant_uuid}/
TenantsApi tenants_tenants_update PUT /tenants/tenants/{tenant_uuid}/

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

authentik

  • Type: Bearer authentication

Author

hello@goauthentik.io

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

authentik_client-2025.12.4.tar.gz (782.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

authentik_client-2025.12.4-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file authentik_client-2025.12.4.tar.gz.

File metadata

  • Download URL: authentik_client-2025.12.4.tar.gz
  • Upload date:
  • Size: 782.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for authentik_client-2025.12.4.tar.gz
Algorithm Hash digest
SHA256 3ce5ca3c6502ad63159c29c3eafb34f689226fb0bbfbce758165506829f6fe67
MD5 ee702885a241aba2d11ed0be1447d91b
BLAKE2b-256 ff1609ce113b5e55d232c0a21c2704398a7ba6774d3e572722343906e8333da4

See more details on using hashes here.

Provenance

The following attestation bundles were made for authentik_client-2025.12.4.tar.gz:

Publisher: stable.yml on goauthentik/client-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file authentik_client-2025.12.4-py3-none-any.whl.

File metadata

File hashes

Hashes for authentik_client-2025.12.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a6659e46e333065c377ada710446acded009e0475c07490b14465a3d6e55ab5e
MD5 bc46d4f0973f187f0742bb556cf27cfb
BLAKE2b-256 569d7ff1f857d455d3eec73b21a9b59d856149b228413d272fbb17bbb13a65b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for authentik_client-2025.12.4-py3-none-any.whl:

Publisher: stable.yml on goauthentik/client-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page