pub async fn create_user_action_with_id(
configuration: &Configuration,
user_action_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
user_action_request: Option<UserActionRequest>
) -> Result<UserActionResponse, Error<CreateUserActionWithIdError>>
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.