Function fusionauth_rust_client::apis::default_api::action_user_with_id

source ยท
pub async fn action_user_with_id(
    configuration: &Configuration,
    action_request: Option<ActionRequest>,
) -> Result<ActionResponse, Error<ActionUserWithIdError>>
Expand description

Takes an action on a user. The user being actioned is called the "actionee" and the user taking the action is called the "actioner". Both user ids are required in the request object.