Function ory_kratos_client::apis::v0alpha1_api::get_self_service_settings_flow[][src]

pub async fn get_self_service_settings_flow(
    configuration: &Configuration,
    id: &str,
    x_session_token: Option<&str>,
    cookie: Option<&str>
) -> Result<SelfServiceSettingsFlow, Error<GetSelfServiceSettingsFlowError>>
Expand description

When accessing this endpoint through Ory Kratos’ Public API you must ensure that either the Ory Kratos Session Cookie or the Ory Kratos Session Token are set. The public endpoint does not return 404 status codes but instead 403 or 500 to improve data privacy. You can access this endpoint without credentials when using Ory Kratos’ Admin API. More information can be found at Ory Kratos User Settings & Profile Management Documentation.