Function create_user_action

Source
pub async fn create_user_action(
    configuration: &Configuration,
    x_fusion_auth_tenant_id: Option<&str>,
    user_action_request: Option<UserActionRequest>,
) -> Result<UserActionResponse, Error<CreateUserActionError>>
Expand description

Creates a user action. This action cannot be taken on a user until this call successfully returns. Anytime after that the user action can be applied to any user.